Shades of Dark Cyan #16838B
Tints of Dark Cyan #16838B
RGB
CMYK
RGB Variations
Color information
#16838B (or 0x16838B) is known color: Dark Cyan. HEX triplet: 16, 83 and 8B. RGB value is (22,131,139). Sum of RGB (Red+Green+Blue) = 22+131+139=292 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.53% from 292); Green value is 131 (51.56% from 255 or 44.86% from 292); Blue value is 139 (54.69% from 255 or 47.60% from 292); Max value from RGB is 139 - color contains mainly: blue. Hex color #16838B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16838B is #E97C74. Grayscale: #636363. Windows color (decimal): -15301749 or 9143062. OLE color: 9143062.
HSL color Cylindrical-coordinate representation of color #16838B: hue angle of 184.1º 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 #16838B is Cyan = 0.84, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 22 | 131 | 139 | - |
| CMYK | 0.84 | 0.06 | 0 | 0.45 |
| HSL | 184.1º | 0.73% | 0.32% | - |
| HSV(B) | 184.1º | 0.84% | 0.55% | - |
| XYZ | 13.11 | 18.27 | 27.26 | - |
| YUV | 99.32 | 150.39 | 72.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 131 | 139 | 0.84 | 0.06 | 0 | 0.45 | 184.1 | 0.73 | 0.32 |
| Hex | 16 | 83 | 8B | 54 | 6 | 0 | 2D | B8 | 49 | 20 |
| Octal | 26 | 203 | 213 | 124 | 6 | 0 | 55 | 270 | 111 | 40 |
| Binary | 10110 | 10000011 | 10001011 | 1010100 | 110 | 0 | 101101 | 10111000 | 1001001 | 100000 |
Color Harmonies of #16838B
Complementary color
Monochromatic Colors of #16838B
Black with #16838B
Text Example
Text Example
White with #16838B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16838B; }
p { color: rgb(22,131,139); }
H1.HeaderClassName
{
color: #16838B;
}
.AnyTagClassName
{
color: #16838B;
}
</style>
background-color css
<style>
a { background-color: #16838B; }
a { background-color: rgb(22,131,139); }
div.DivClassName
{
background-color: #16838B;
}
.BgClassName
{
background-color: #16838B;
}
</style>
border-color css
<style>
span { border-color: #16838B; }
span { border-color: rgb(22,131,139); }
td.TdClassName
{
border-color: #16838B;
}
.TagClassName
{
border-color: #16838B;
}
</style>