Shades of Dark Cyan #168688
Tints of Dark Cyan #168688
RGB
CMYK
RGB Variations
Color information
#168688 (or 0x168688) is known color: Dark Cyan. HEX triplet: 16, 86 and 88. RGB value is (22,134,136). Sum of RGB (Red+Green+Blue) = 22+134+136=292 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.53% from 292); Green value is 134 (52.73% from 255 or 45.89% from 292); Blue value is 136 (53.52% from 255 or 46.58% from 292); Max value from RGB is 136 - color contains mainly: blue. Hex color #168688 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168688 is #E97977. Grayscale: #646464. Windows color (decimal): -15300984 or 8947222. OLE color: 8947222.
HSL color Cylindrical-coordinate representation of color #168688: hue angle of 181.05º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #168688 is Cyan = 0.84, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 22 | 134 | 136 | - |
| CMYK | 0.84 | 0.01 | 0 | 0.47 |
| HSL | 181.05º | 0.72% | 0.31% | - |
| HSV(B) | 181.05º | 0.84% | 0.53% | - |
| XYZ | 13.3 | 19 | 26.26 | - |
| YUV | 100.74 | 147.89 | 71.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 134 | 136 | 0.84 | 0.01 | 0 | 0.47 | 181.05 | 0.72 | 0.31 |
| Hex | 16 | 86 | 88 | 54 | 1 | 0 | 2F | B5 | 48 | 1F |
| Octal | 26 | 206 | 210 | 124 | 1 | 0 | 57 | 265 | 110 | 37 |
| Binary | 10110 | 10000110 | 10001000 | 1010100 | 1 | 0 | 101111 | 10110101 | 1001000 | 11111 |
Color Harmonies of #168688
Complementary color
Monochromatic Colors of #168688
Black with #168688
Text Example
Text Example
White with #168688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168688; }
p { color: rgb(22,134,136); }
H1.HeaderClassName
{
color: #168688;
}
.AnyTagClassName
{
color: #168688;
}
</style>
background-color css
<style>
a { background-color: #168688; }
a { background-color: rgb(22,134,136); }
div.DivClassName
{
background-color: #168688;
}
.BgClassName
{
background-color: #168688;
}
</style>
border-color css
<style>
span { border-color: #168688; }
span { border-color: rgb(22,134,136); }
td.TdClassName
{
border-color: #168688;
}
.TagClassName
{
border-color: #168688;
}
</style>