Shades of Dark Cyan #16888D
Tints of Dark Cyan #16888D
RGB
CMYK
RGB Variations
Color information
#16888D (or 0x16888D) is known color: Dark Cyan. HEX triplet: 16, 88 and 8D. RGB value is (22,136,141). Sum of RGB (Red+Green+Blue) = 22+136+141=299 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.36% from 299); Green value is 136 (53.52% from 255 or 45.48% from 299); Blue value is 141 (55.47% from 255 or 47.16% from 299); Max value from RGB is 141 - color contains mainly: blue. Hex color #16888D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16888D is #E97772. Grayscale: #666666. Windows color (decimal): -15300467 or 9275414. OLE color: 9275414.
HSL color Cylindrical-coordinate representation of color #16888D: hue angle of 182.52º 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 #16888D is Cyan = 0.84, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 22 | 136 | 141 | - |
| CMYK | 0.84 | 0.04 | 0 | 0.45 |
| HSL | 182.52º | 0.73% | 0.32% | - |
| HSV(B) | 182.52º | 0.84% | 0.55% | - |
| XYZ | 13.94 | 19.7 | 28.27 | - |
| YUV | 102.48 | 149.73 | 70.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 136 | 141 | 0.84 | 0.04 | 0 | 0.45 | 182.52 | 0.73 | 0.32 |
| Hex | 16 | 88 | 8D | 54 | 4 | 0 | 2D | B7 | 49 | 20 |
| Octal | 26 | 210 | 215 | 124 | 4 | 0 | 55 | 267 | 111 | 40 |
| Binary | 10110 | 10001000 | 10001101 | 1010100 | 100 | 0 | 101101 | 10110111 | 1001001 | 100000 |
Color Harmonies of #16888D
Complementary color
Monochromatic Colors of #16888D
Black with #16888D
Text Example
Text Example
White with #16888D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16888D; }
p { color: rgb(22,136,141); }
H1.HeaderClassName
{
color: #16888D;
}
.AnyTagClassName
{
color: #16888D;
}
</style>
background-color css
<style>
a { background-color: #16888D; }
a { background-color: rgb(22,136,141); }
div.DivClassName
{
background-color: #16888D;
}
.BgClassName
{
background-color: #16888D;
}
</style>
border-color css
<style>
span { border-color: #16888D; }
span { border-color: rgb(22,136,141); }
td.TdClassName
{
border-color: #16888D;
}
.TagClassName
{
border-color: #16888D;
}
</style>