#69c4ab color RGB value is (6, 156, 74).
#69c4ab hex color red value is 6, green value is 156, and blue value is 74.
Cylindrical-coordinate representations (HSL) of color #69c4ab
hue: 147.2,
saturation: 0.93 and lightness: 0.32.
The process color (four-color CMYK) of #69c4ab color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #69c4ab is #ff9999. Color #69c4ab contains mainly RED.
| Color spaces of #69c4ab | Value |
|---|---|
| RGB | 105, 196, 171 |
| HSL | 0.45, 0.44, 0.59 |
| HSV | 164°, 46°, 77° |
| XYZ | 32.91, 45.42, 45.55 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 1101001 | 11000100 | 10101011 |
| Octal | 151 | 304 | 253 |
| Decimal | 105 | 196 | 171 |
| Hex | 69 | C4 | AB |
Shades of #69c4ab
Tints of #69c4ab
.mybgColor {background-color: #69c4ab;}
.myforeColor {color: #69c4ab;}
.myborderColor {border:3px solid #69c4ab;}
<p style="color:#69c4ab">Text here</p>
This sample text is styled with the font color #69c4ab. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#69c4ab">Div content here</div>
<div style="border:3px solid #69c4ab">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(105, 196, 171, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #69c4ab; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #69c4ab;
-webkit-box-shadow: 1px 1px 3px #69c4ab;
box-shadow: 1px 1px 3px #69c4ab; }
<p style="text-shadow: 4px 4px 2px rgba(105, 196, 171, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #69c4ab;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #69c4ab;
-webkit-box-shadow: 1px 1px 3px #69c4ab;
box-shadow: 1px 1px 3px #69c4ab;">Div content here</div>
