Shades of Dark Cyan #16848F
Tints of Dark Cyan #16848F
RGB
CMYK
RGB Variations
Color information
#16848F (or 0x16848F) is known color: Dark Cyan. HEX triplet: 16, 84 and 8F. RGB value is (22,132,143). Sum of RGB (Red+Green+Blue) = 22+132+143=297 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.41% from 297); Green value is 132 (51.95% from 255 or 44.44% from 297); Blue value is 143 (56.25% from 255 or 48.15% from 297); Max value from RGB is 143 - color contains mainly: blue. Hex color #16848F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16848F is #E97B70. Grayscale: #646464. Windows color (decimal): -15301489 or 9405462. OLE color: 9405462.
HSL color Cylindrical-coordinate representation of color #16848F: hue angle of 185.45º 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 #16848F is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 22 | 132 | 143 | - |
| CMYK | 0.85 | 0.08 | 0 | 0.44 |
| HSL | 185.45º | 0.73% | 0.32% | - |
| HSV(B) | 185.45º | 0.85% | 0.56% | - |
| XYZ | 13.54 | 18.66 | 28.87 | - |
| YUV | 100.36 | 152.06 | 72.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 132 | 143 | 0.85 | 0.08 | 0 | 0.44 | 185.45 | 0.73 | 0.32 |
| Hex | 16 | 84 | 8F | 55 | 8 | 0 | 2C | B9 | 49 | 20 |
| Octal | 26 | 204 | 217 | 125 | 10 | 0 | 54 | 271 | 111 | 40 |
| Binary | 10110 | 10000100 | 10001111 | 1010101 | 1000 | 0 | 101100 | 10111001 | 1001001 | 100000 |
Color Harmonies of #16848F
Complementary color
Monochromatic Colors of #16848F
Black with #16848F
Text Example
Text Example
White with #16848F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16848F; }
p { color: rgb(22,132,143); }
H1.HeaderClassName
{
color: #16848F;
}
.AnyTagClassName
{
color: #16848F;
}
</style>
background-color css
<style>
a { background-color: #16848F; }
a { background-color: rgb(22,132,143); }
div.DivClassName
{
background-color: #16848F;
}
.BgClassName
{
background-color: #16848F;
}
</style>
border-color css
<style>
span { border-color: #16848F; }
span { border-color: rgb(22,132,143); }
td.TdClassName
{
border-color: #16848F;
}
.TagClassName
{
border-color: #16848F;
}
</style>