Shades of Dark Cyan #16888C
Tints of Dark Cyan #16888C
RGB
CMYK
RGB Variations
Color information
#16888C (or 0x16888C) is known color: Dark Cyan. HEX triplet: 16, 88 and 8C. RGB value is (22,136,140). Sum of RGB (Red+Green+Blue) = 22+136+140=298 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.38% from 298); Green value is 136 (53.52% from 255 or 45.64% from 298); Blue value is 140 (55.08% from 255 or 46.98% from 298); Max value from RGB is 140 - color contains mainly: blue. Hex color #16888C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16888C is #E97773. Grayscale: #666666. Windows color (decimal): -15300468 or 9209878. OLE color: 9209878.
HSL color Cylindrical-coordinate representation of color #16888C: hue angle of 182.03º 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 #16888C is Cyan = 0.84, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 22 | 136 | 140 | - |
| CMYK | 0.84 | 0.03 | 0 | 0.45 |
| HSL | 182.03º | 0.73% | 0.32% | - |
| HSV(B) | 182.03º | 0.84% | 0.55% | - |
| XYZ | 13.87 | 19.67 | 27.88 | - |
| YUV | 102.37 | 149.23 | 70.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 136 | 140 | 0.84 | 0.03 | 0 | 0.45 | 182.03 | 0.73 | 0.32 |
| Hex | 16 | 88 | 8C | 54 | 3 | 0 | 2D | B6 | 49 | 20 |
| Octal | 26 | 210 | 214 | 124 | 3 | 0 | 55 | 266 | 111 | 40 |
| Binary | 10110 | 10001000 | 10001100 | 1010100 | 11 | 0 | 101101 | 10110110 | 1001001 | 100000 |
Color Harmonies of #16888C
Complementary color
Monochromatic Colors of #16888C
Black with #16888C
Text Example
Text Example
White with #16888C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16888C; }
p { color: rgb(22,136,140); }
H1.HeaderClassName
{
color: #16888C;
}
.AnyTagClassName
{
color: #16888C;
}
</style>
background-color css
<style>
a { background-color: #16888C; }
a { background-color: rgb(22,136,140); }
div.DivClassName
{
background-color: #16888C;
}
.BgClassName
{
background-color: #16888C;
}
</style>
border-color css
<style>
span { border-color: #16888C; }
span { border-color: rgb(22,136,140); }
td.TdClassName
{
border-color: #16888C;
}
.TagClassName
{
border-color: #16888C;
}
</style>