Shades of Dark Cyan #168587
Tints of Dark Cyan #168587
RGB
CMYK
RGB Variations
Color information
#168587 (or 0x168587) is known color: Dark Cyan. HEX triplet: 16, 85 and 87. RGB value is (22,133,135). Sum of RGB (Red+Green+Blue) = 22+133+135=290 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.59% from 290); Green value is 133 (52.34% from 255 or 45.86% from 290); Blue value is 135 (53.12% from 255 or 46.55% from 290); Max value from RGB is 135 - color contains mainly: blue. Hex color #168587 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168587 is #E97A78. Grayscale: #636363. Windows color (decimal): -15301241 or 8881430. OLE color: 8881430.
HSL color Cylindrical-coordinate representation of color #168587: hue angle of 181.06º 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 #168587 is Cyan = 0.84, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 22 | 133 | 135 | - |
| CMYK | 0.84 | 0.01 | 0 | 0.47 |
| HSL | 181.06º | 0.72% | 0.31% | - |
| HSV(B) | 181.06º | 0.84% | 0.53% | - |
| XYZ | 13.09 | 18.69 | 25.84 | - |
| YUV | 100.04 | 147.73 | 72.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 133 | 135 | 0.84 | 0.01 | 0 | 0.47 | 181.06 | 0.72 | 0.31 |
| Hex | 16 | 85 | 87 | 54 | 1 | 0 | 2F | B5 | 48 | 1F |
| Octal | 26 | 205 | 207 | 124 | 1 | 0 | 57 | 265 | 110 | 37 |
| Binary | 10110 | 10000101 | 10000111 | 1010100 | 1 | 0 | 101111 | 10110101 | 1001000 | 11111 |
Color Harmonies of #168587
Complementary color
Monochromatic Colors of #168587
Black with #168587
Text Example
Text Example
White with #168587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168587; }
p { color: rgb(22,133,135); }
H1.HeaderClassName
{
color: #168587;
}
.AnyTagClassName
{
color: #168587;
}
</style>
background-color css
<style>
a { background-color: #168587; }
a { background-color: rgb(22,133,135); }
div.DivClassName
{
background-color: #168587;
}
.BgClassName
{
background-color: #168587;
}
</style>
border-color css
<style>
span { border-color: #168587; }
span { border-color: rgb(22,133,135); }
td.TdClassName
{
border-color: #168587;
}
.TagClassName
{
border-color: #168587;
}
</style>