Shades of Dark Cyan #168E89
Tints of Dark Cyan #168E89
RGB
CMYK
RGB Variations
Color information
#168E89 (or 0x168E89) is known color: Dark Cyan. HEX triplet: 16, 8E and 89. RGB value is (22,142,137). Sum of RGB (Red+Green+Blue) = 22+142+137=301 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.31% from 301); Green value is 142 (55.86% from 255 or 47.18% from 301); Blue value is 137 (53.91% from 255 or 45.51% from 301); Max value from RGB is 142 - color contains mainly: green. Hex color #168E89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168E89 is #E97176. Grayscale: #696969. Windows color (decimal): -15298935 or 9014806. OLE color: 9014806.
HSL color Cylindrical-coordinate representation of color #168E89: hue angle of 177.5º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #168E89 is Cyan = 0.85, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 22 | 142 | 137 | - |
| CMYK | 0.85 | 0 | 0.04 | 0.44 |
| HSL | 177.5º | 0.73% | 0.32% | - |
| HSV(B) | 177.5º | 0.85% | 0.56% | - |
| XYZ | 14.52 | 21.32 | 27.02 | - |
| YUV | 105.55 | 145.74 | 68.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 142 | 137 | 0.85 | 0 | 0.04 | 0.44 | 177.5 | 0.73 | 0.32 |
| Hex | 16 | 8E | 89 | 55 | 0 | 4 | 2C | B2 | 49 | 20 |
| Octal | 26 | 216 | 211 | 125 | 0 | 4 | 54 | 262 | 111 | 40 |
| Binary | 10110 | 10001110 | 10001001 | 1010101 | 0 | 100 | 101100 | 10110010 | 1001001 | 100000 |
Color Harmonies of #168E89
Complementary color
Monochromatic Colors of #168E89
Black with #168E89
Text Example
Text Example
White with #168E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168E89; }
p { color: rgb(22,142,137); }
H1.HeaderClassName
{
color: #168E89;
}
.AnyTagClassName
{
color: #168E89;
}
</style>
background-color css
<style>
a { background-color: #168E89; }
a { background-color: rgb(22,142,137); }
div.DivClassName
{
background-color: #168E89;
}
.BgClassName
{
background-color: #168E89;
}
</style>
border-color css
<style>
span { border-color: #168E89; }
span { border-color: rgb(22,142,137); }
td.TdClassName
{
border-color: #168E89;
}
.TagClassName
{
border-color: #168E89;
}
</style>