Shades of Dark Cyan #16828E
Tints of Dark Cyan #16828E
RGB
CMYK
RGB Variations
Color information
#16828E (or 0x16828E) is known color: Dark Cyan. HEX triplet: 16, 82 and 8E. RGB value is (22,130,142). Sum of RGB (Red+Green+Blue) = 22+130+142=294 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.48% from 294); Green value is 130 (51.17% from 255 or 44.22% from 294); Blue value is 142 (55.86% from 255 or 48.30% from 294); Max value from RGB is 142 - color contains mainly: blue. Hex color #16828E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16828E is #E97D71. Grayscale: #626262. Windows color (decimal): -15302002 or 9339414. OLE color: 9339414.
HSL color Cylindrical-coordinate representation of color #16828E: hue angle of 186º 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 #16828E is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 22 | 130 | 142 | - |
| CMYK | 0.85 | 0.08 | 0 | 0.44 |
| HSL | 186º | 0.73% | 0.32% | - |
| HSV(B) | 186º | 0.85% | 0.56% | - |
| XYZ | 13.2 | 18.09 | 28.39 | - |
| YUV | 99.08 | 152.22 | 73.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 130 | 142 | 0.85 | 0.08 | 0 | 0.44 | 186 | 0.73 | 0.32 |
| Hex | 16 | 82 | 8E | 55 | 8 | 0 | 2C | BA | 49 | 20 |
| Octal | 26 | 202 | 216 | 125 | 10 | 0 | 54 | 272 | 111 | 40 |
| Binary | 10110 | 10000010 | 10001110 | 1010101 | 1000 | 0 | 101100 | 10111010 | 1001001 | 100000 |
Color Harmonies of #16828E
Complementary color
Monochromatic Colors of #16828E
Black with #16828E
Text Example
Text Example
White with #16828E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16828E; }
p { color: rgb(22,130,142); }
H1.HeaderClassName
{
color: #16828E;
}
.AnyTagClassName
{
color: #16828E;
}
</style>
background-color css
<style>
a { background-color: #16828E; }
a { background-color: rgb(22,130,142); }
div.DivClassName
{
background-color: #16828E;
}
.BgClassName
{
background-color: #16828E;
}
</style>
border-color css
<style>
span { border-color: #16828E; }
span { border-color: rgb(22,130,142); }
td.TdClassName
{
border-color: #16828E;
}
.TagClassName
{
border-color: #16828E;
}
</style>