Shades of Dark Cyan #168589
Tints of Dark Cyan #168589
RGB
CMYK
RGB Variations
Color information
#168589 (or 0x168589) is known color: Dark Cyan. HEX triplet: 16, 85 and 89. RGB value is (22,133,137). Sum of RGB (Red+Green+Blue) = 22+133+137=292 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.53% from 292); Green value is 133 (52.34% from 255 or 45.55% from 292); Blue value is 137 (53.91% from 255 or 46.92% from 292); Max value from RGB is 137 - color contains mainly: blue. Hex color #168589 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168589 is #E97A76. Grayscale: #646464. Windows color (decimal): -15301239 or 9012502. OLE color: 9012502.
HSL color Cylindrical-coordinate representation of color #168589: hue angle of 182.09º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #168589 is Cyan = 0.84, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 22 | 133 | 137 | - |
| CMYK | 0.84 | 0.03 | 0 | 0.46 |
| HSL | 182.09º | 0.72% | 0.31% | - |
| HSV(B) | 182.09º | 0.84% | 0.54% | - |
| XYZ | 13.23 | 18.75 | 26.59 | - |
| YUV | 100.27 | 148.73 | 72.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 133 | 137 | 0.84 | 0.03 | 0 | 0.46 | 182.09 | 0.72 | 0.31 |
| Hex | 16 | 85 | 89 | 54 | 3 | 0 | 2E | B6 | 48 | 1F |
| Octal | 26 | 205 | 211 | 124 | 3 | 0 | 56 | 266 | 110 | 37 |
| Binary | 10110 | 10000101 | 10001001 | 1010100 | 11 | 0 | 101110 | 10110110 | 1001000 | 11111 |
Color Harmonies of #168589
Complementary color
Monochromatic Colors of #168589
Black with #168589
Text Example
Text Example
White with #168589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168589; }
p { color: rgb(22,133,137); }
H1.HeaderClassName
{
color: #168589;
}
.AnyTagClassName
{
color: #168589;
}
</style>
background-color css
<style>
a { background-color: #168589; }
a { background-color: rgb(22,133,137); }
div.DivClassName
{
background-color: #168589;
}
.BgClassName
{
background-color: #168589;
}
</style>
border-color css
<style>
span { border-color: #168589; }
span { border-color: rgb(22,133,137); }
td.TdClassName
{
border-color: #168589;
}
.TagClassName
{
border-color: #168589;
}
</style>