Shades of Dark Cyan #168D89
Tints of Dark Cyan #168D89
RGB
CMYK
RGB Variations
Color information
#168D89 (or 0x168D89) is known color: Dark Cyan. HEX triplet: 16, 8D and 89. RGB value is (22,141,137). Sum of RGB (Red+Green+Blue) = 22+141+137=300 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.33% from 300); Green value is 141 (55.47% from 255 or 47% from 300); Blue value is 137 (53.91% from 255 or 45.67% from 300); Max value from RGB is 141 - color contains mainly: green. Hex color #168D89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168D89 is #E97276. Grayscale: #686868. Windows color (decimal): -15299191 or 9014550. OLE color: 9014550.
HSL color Cylindrical-coordinate representation of color #168D89: hue angle of 177.98º 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 #168D89 is Cyan = 0.84, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 22 | 141 | 137 | - |
| CMYK | 0.84 | 0 | 0.03 | 0.45 |
| HSL | 177.98º | 0.73% | 0.32% | - |
| HSV(B) | 177.98º | 0.84% | 0.55% | - |
| XYZ | 14.37 | 21.03 | 26.97 | - |
| YUV | 104.96 | 146.08 | 68.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 141 | 137 | 0.84 | 0 | 0.03 | 0.45 | 177.98 | 0.73 | 0.32 |
| Hex | 16 | 8D | 89 | 54 | 0 | 3 | 2D | B2 | 49 | 20 |
| Octal | 26 | 215 | 211 | 124 | 0 | 3 | 55 | 262 | 111 | 40 |
| Binary | 10110 | 10001101 | 10001001 | 1010100 | 0 | 11 | 101101 | 10110010 | 1001001 | 100000 |
Color Harmonies of #168D89
Complementary color
Monochromatic Colors of #168D89
Black with #168D89
Text Example
Text Example
White with #168D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168D89; }
p { color: rgb(22,141,137); }
H1.HeaderClassName
{
color: #168D89;
}
.AnyTagClassName
{
color: #168D89;
}
</style>
background-color css
<style>
a { background-color: #168D89; }
a { background-color: rgb(22,141,137); }
div.DivClassName
{
background-color: #168D89;
}
.BgClassName
{
background-color: #168D89;
}
</style>
border-color css
<style>
span { border-color: #168D89; }
span { border-color: rgb(22,141,137); }
td.TdClassName
{
border-color: #168D89;
}
.TagClassName
{
border-color: #168D89;
}
</style>