Shades of Dark Cyan #168C87
Tints of Dark Cyan #168C87
RGB
CMYK
RGB Variations
Color information
#168C87 (or 0x168C87) is known color: Dark Cyan. HEX triplet: 16, 8C and 87. RGB value is (22,140,135). Sum of RGB (Red+Green+Blue) = 22+140+135=297 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.41% from 297); Green value is 140 (55.08% from 255 or 47.14% from 297); Blue value is 135 (53.12% from 255 or 45.45% from 297); Max value from RGB is 140 - color contains mainly: green. Hex color #168C87 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168C87 is #E97378. Grayscale: #686868. Windows color (decimal): -15299449 or 8883222. OLE color: 8883222.
HSL color Cylindrical-coordinate representation of color #168C87: hue angle of 177.46º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #168C87 is Cyan = 0.84, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 22 | 140 | 135 | - |
| CMYK | 0.84 | 0 | 0.04 | 0.45 |
| HSL | 177.46º | 0.73% | 0.32% | - |
| HSV(B) | 177.46º | 0.84% | 0.55% | - |
| XYZ | 14.08 | 20.68 | 26.17 | - |
| YUV | 104.15 | 145.41 | 69.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 140 | 135 | 0.84 | 0 | 0.04 | 0.45 | 177.46 | 0.73 | 0.32 |
| Hex | 16 | 8C | 87 | 54 | 0 | 4 | 2D | B1 | 49 | 20 |
| Octal | 26 | 214 | 207 | 124 | 0 | 4 | 55 | 261 | 111 | 40 |
| Binary | 10110 | 10001100 | 10000111 | 1010100 | 0 | 100 | 101101 | 10110001 | 1001001 | 100000 |
Color Harmonies of #168C87
Complementary color
Monochromatic Colors of #168C87
Black with #168C87
Text Example
Text Example
White with #168C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168C87; }
p { color: rgb(22,140,135); }
H1.HeaderClassName
{
color: #168C87;
}
.AnyTagClassName
{
color: #168C87;
}
</style>
background-color css
<style>
a { background-color: #168C87; }
a { background-color: rgb(22,140,135); }
div.DivClassName
{
background-color: #168C87;
}
.BgClassName
{
background-color: #168C87;
}
</style>
border-color css
<style>
span { border-color: #168C87; }
span { border-color: rgb(22,140,135); }
td.TdClassName
{
border-color: #168C87;
}
.TagClassName
{
border-color: #168C87;
}
</style>