Shades of Dark Cyan #08888D
Tints of Dark Cyan #08888D
RGB
CMYK
RGB Variations
Color information
#08888D (or 0x08888D) is known color: Dark Cyan. HEX triplet: 08, 88 and 8D. RGB value is (8,136,141). Sum of RGB (Red+Green+Blue) = 8+136+141=285 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.81% from 285); Green value is 136 (53.52% from 255 or 47.72% from 285); Blue value is 141 (55.47% from 255 or 49.47% from 285); Max value from RGB is 141 - color contains mainly: blue. Hex color #08888D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08888D is #F77772. Grayscale: #626262. Windows color (decimal): -16217971 or 9275400. OLE color: 9275400.
HSL color Cylindrical-coordinate representation of color #08888D: hue angle of 182.26º 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 #08888D is Cyan = 0.94, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 136 | 141 | - |
| CMYK | 0.94 | 0.04 | 0 | 0.45 |
| HSL | 182.26º | 0.89% | 0.29% | - |
| HSV(B) | 182.26º | 0.94% | 0.55% | - |
| XYZ | 13.71 | 19.58 | 28.26 | - |
| YUV | 98.3 | 152.09 | 63.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 136 | 141 | 0.94 | 0.04 | 0 | 0.45 | 182.26 | 0.89 | 0.29 |
| Hex | 8 | 88 | 8D | 5E | 4 | 0 | 2D | B6 | 59 | 1D |
| Octal | 10 | 210 | 215 | 136 | 4 | 0 | 55 | 266 | 131 | 35 |
| Binary | 1000 | 10001000 | 10001101 | 1011110 | 100 | 0 | 101101 | 10110110 | 1011001 | 11101 |
Color Harmonies of #08888D
Complementary color
Monochromatic Colors of #08888D
Black with #08888D
Text Example
Text Example
White with #08888D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08888D; }
p { color: rgb(8,136,141); }
H1.HeaderClassName
{
color: #08888D;
}
.AnyTagClassName
{
color: #08888D;
}
</style>
background-color css
<style>
a { background-color: #08888D; }
a { background-color: rgb(8,136,141); }
div.DivClassName
{
background-color: #08888D;
}
.BgClassName
{
background-color: #08888D;
}
</style>
border-color css
<style>
span { border-color: #08888D; }
span { border-color: rgb(8,136,141); }
td.TdClassName
{
border-color: #08888D;
}
.TagClassName
{
border-color: #08888D;
}
</style>