Shades of Dark Cyan #08808F
Tints of Dark Cyan #08808F
RGB
CMYK
RGB Variations
Color information
#08808F (or 0x08808F) is known color: Dark Cyan. HEX triplet: 08, 80 and 8F. RGB value is (8,128,143). Sum of RGB (Red+Green+Blue) = 8+128+143=279 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.87% from 279); Green value is 128 (50.39% from 255 or 45.88% from 279); Blue value is 143 (56.25% from 255 or 51.25% from 279); Max value from RGB is 143 - color contains mainly: blue. Hex color #08808F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08808F is #F77F70. Grayscale: #5D5D5D. Windows color (decimal): -16220017 or 9404424. OLE color: 9404424.
HSL color Cylindrical-coordinate representation of color #08808F: hue angle of 186.67º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08808F is Cyan = 0.94, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 8 | 128 | 143 | - |
| CMYK | 0.94 | 0.10 | 0 | 0.44 |
| HSL | 186.67º | 0.89% | 0.3% | - |
| HSV(B) | 186.67º | 0.94% | 0.56% | - |
| XYZ | 12.78 | 17.47 | 28.69 | - |
| YUV | 93.83 | 155.74 | 66.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 128 | 143 | 0.94 | 0.10 | 0 | 0.44 | 186.67 | 0.89 | 0.3 |
| Hex | 8 | 80 | 8F | 5E | A | 0 | 2C | BB | 59 | 1E |
| Octal | 10 | 200 | 217 | 136 | 12 | 0 | 54 | 273 | 131 | 36 |
| Binary | 1000 | 10000000 | 10001111 | 1011110 | 1010 | 0 | 101100 | 10111011 | 1011001 | 11110 |
Color Harmonies of #08808F
Complementary color
Monochromatic Colors of #08808F
Black with #08808F
Text Example
Text Example
White with #08808F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08808F; }
p { color: rgb(8,128,143); }
H1.HeaderClassName
{
color: #08808F;
}
.AnyTagClassName
{
color: #08808F;
}
</style>
background-color css
<style>
a { background-color: #08808F; }
a { background-color: rgb(8,128,143); }
div.DivClassName
{
background-color: #08808F;
}
.BgClassName
{
background-color: #08808F;
}
</style>
border-color css
<style>
span { border-color: #08808F; }
span { border-color: rgb(8,128,143); }
td.TdClassName
{
border-color: #08808F;
}
.TagClassName
{
border-color: #08808F;
}
</style>