Shades of Dark Cyan #08818C
Tints of Dark Cyan #08818C
RGB
CMYK
RGB Variations
Color information
#08818C (or 0x08818C) is known color: Dark Cyan. HEX triplet: 08, 81 and 8C. RGB value is (8,129,140). Sum of RGB (Red+Green+Blue) = 8+129+140=277 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.89% from 277); Green value is 129 (50.78% from 255 or 46.57% from 277); Blue value is 140 (55.08% from 255 or 50.54% from 277); Max value from RGB is 140 - color contains mainly: blue. Hex color #08818C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08818C is #F77E73. Grayscale: #5D5D5D. Windows color (decimal): -16219764 or 9208072. OLE color: 9208072.
HSL color Cylindrical-coordinate representation of color #08818C: hue angle of 185º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08818C is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 129 | 140 | - |
| CMYK | 0.94 | 0.08 | 0 | 0.45 |
| HSL | 185º | 0.89% | 0.29% | - |
| HSV(B) | 185º | 0.94% | 0.55% | - |
| XYZ | 12.68 | 17.65 | 27.55 | - |
| YUV | 94.08 | 153.91 | 66.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 129 | 140 | 0.94 | 0.08 | 0 | 0.45 | 185 | 0.89 | 0.29 |
| Hex | 8 | 81 | 8C | 5E | 8 | 0 | 2D | B9 | 59 | 1D |
| Octal | 10 | 201 | 214 | 136 | 10 | 0 | 55 | 271 | 131 | 35 |
| Binary | 1000 | 10000001 | 10001100 | 1011110 | 1000 | 0 | 101101 | 10111001 | 1011001 | 11101 |
Color Harmonies of #08818C
Complementary color
Monochromatic Colors of #08818C
Black with #08818C
Text Example
Text Example
White with #08818C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08818C; }
p { color: rgb(8,129,140); }
H1.HeaderClassName
{
color: #08818C;
}
.AnyTagClassName
{
color: #08818C;
}
</style>
background-color css
<style>
a { background-color: #08818C; }
a { background-color: rgb(8,129,140); }
div.DivClassName
{
background-color: #08818C;
}
.BgClassName
{
background-color: #08818C;
}
</style>
border-color css
<style>
span { border-color: #08818C; }
span { border-color: rgb(8,129,140); }
td.TdClassName
{
border-color: #08818C;
}
.TagClassName
{
border-color: #08818C;
}
</style>