Shades of Dark Cyan #16818C
Tints of Dark Cyan #16818C
RGB
CMYK
RGB Variations
Color information
#16818C (or 0x16818C) is known color: Dark Cyan. HEX triplet: 16, 81 and 8C. RGB value is (22,129,140). Sum of RGB (Red+Green+Blue) = 22+129+140=291 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.56% from 291); Green value is 129 (50.78% from 255 or 44.33% from 291); Blue value is 140 (55.08% from 255 or 48.11% from 291); Max value from RGB is 140 - color contains mainly: blue. Hex color #16818C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16818C is #E97E73. Grayscale: #626262. Windows color (decimal): -15302260 or 9208086. OLE color: 9208086.
HSL color Cylindrical-coordinate representation of color #16818C: hue angle of 185.59º 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 #16818C is Cyan = 0.84, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 22 | 129 | 140 | - |
| CMYK | 0.84 | 0.08 | 0 | 0.45 |
| HSL | 185.59º | 0.73% | 0.32% | - |
| HSV(B) | 185.59º | 0.84% | 0.55% | - |
| XYZ | 12.91 | 17.76 | 27.56 | - |
| YUV | 98.26 | 151.55 | 73.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 129 | 140 | 0.84 | 0.08 | 0 | 0.45 | 185.59 | 0.73 | 0.32 |
| Hex | 16 | 81 | 8C | 54 | 8 | 0 | 2D | BA | 49 | 20 |
| Octal | 26 | 201 | 214 | 124 | 10 | 0 | 55 | 272 | 111 | 40 |
| Binary | 10110 | 10000001 | 10001100 | 1010100 | 1000 | 0 | 101101 | 10111010 | 1001001 | 100000 |
Color Harmonies of #16818C
Complementary color
Monochromatic Colors of #16818C
Black with #16818C
Text Example
Text Example
White with #16818C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16818C; }
p { color: rgb(22,129,140); }
H1.HeaderClassName
{
color: #16818C;
}
.AnyTagClassName
{
color: #16818C;
}
</style>
background-color css
<style>
a { background-color: #16818C; }
a { background-color: rgb(22,129,140); }
div.DivClassName
{
background-color: #16818C;
}
.BgClassName
{
background-color: #16818C;
}
</style>
border-color css
<style>
span { border-color: #16818C; }
span { border-color: rgb(22,129,140); }
td.TdClassName
{
border-color: #16818C;
}
.TagClassName
{
border-color: #16818C;
}
</style>