Shades of Dark Cyan #16858B
Tints of Dark Cyan #16858B
RGB
CMYK
RGB Variations
Color information
#16858B (or 0x16858B) is known color: Dark Cyan. HEX triplet: 16, 85 and 8B. RGB value is (22,133,139). Sum of RGB (Red+Green+Blue) = 22+133+139=294 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.48% from 294); Green value is 133 (52.34% from 255 or 45.24% from 294); Blue value is 139 (54.69% from 255 or 47.28% from 294); Max value from RGB is 139 - color contains mainly: blue. Hex color #16858B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16858B is #E97A74. Grayscale: #646464. Windows color (decimal): -15301237 or 9143574. OLE color: 9143574.
HSL color Cylindrical-coordinate representation of color #16858B: hue angle of 183.08º 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 #16858B is Cyan = 0.84, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 22 | 133 | 139 | - |
| CMYK | 0.84 | 0.04 | 0 | 0.45 |
| HSL | 183.08º | 0.73% | 0.32% | - |
| HSV(B) | 183.08º | 0.84% | 0.55% | - |
| XYZ | 13.38 | 18.81 | 27.35 | - |
| YUV | 100.5 | 149.73 | 72.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 133 | 139 | 0.84 | 0.04 | 0 | 0.45 | 183.08 | 0.73 | 0.32 |
| Hex | 16 | 85 | 8B | 54 | 4 | 0 | 2D | B7 | 49 | 20 |
| Octal | 26 | 205 | 213 | 124 | 4 | 0 | 55 | 267 | 111 | 40 |
| Binary | 10110 | 10000101 | 10001011 | 1010100 | 100 | 0 | 101101 | 10110111 | 1001001 | 100000 |
Color Harmonies of #16858B
Complementary color
Monochromatic Colors of #16858B
Black with #16858B
Text Example
Text Example
White with #16858B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16858B; }
p { color: rgb(22,133,139); }
H1.HeaderClassName
{
color: #16858B;
}
.AnyTagClassName
{
color: #16858B;
}
</style>
background-color css
<style>
a { background-color: #16858B; }
a { background-color: rgb(22,133,139); }
div.DivClassName
{
background-color: #16858B;
}
.BgClassName
{
background-color: #16858B;
}
</style>
border-color css
<style>
span { border-color: #16858B; }
span { border-color: rgb(22,133,139); }
td.TdClassName
{
border-color: #16858B;
}
.TagClassName
{
border-color: #16858B;
}
</style>