Shades of Dark Cyan #08898D
Tints of Dark Cyan #08898D
RGB
CMYK
RGB Variations
Color information
#08898D (or 0x08898D) is known color: Dark Cyan. HEX triplet: 08, 89 and 8D. RGB value is (8,137,141). Sum of RGB (Red+Green+Blue) = 8+137+141=286 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.80% from 286); Green value is 137 (53.91% from 255 or 47.90% from 286); Blue value is 141 (55.47% from 255 or 49.30% from 286); Max value from RGB is 141 - color contains mainly: blue. Hex color #08898D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08898D is #F77672. Grayscale: #626262. Windows color (decimal): -16217715 or 9275656. OLE color: 9275656.
HSL color Cylindrical-coordinate representation of color #08898D: hue angle of 181.8º 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 #08898D is Cyan = 0.94, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 137 | 141 | - |
| CMYK | 0.94 | 0.03 | 0 | 0.45 |
| HSL | 181.8º | 0.89% | 0.29% | - |
| HSV(B) | 181.8º | 0.94% | 0.55% | - |
| XYZ | 13.85 | 19.87 | 28.3 | - |
| YUV | 98.89 | 151.76 | 63.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 137 | 141 | 0.94 | 0.03 | 0 | 0.45 | 181.8 | 0.89 | 0.29 |
| Hex | 8 | 89 | 8D | 5E | 3 | 0 | 2D | B6 | 59 | 1D |
| Octal | 10 | 211 | 215 | 136 | 3 | 0 | 55 | 266 | 131 | 35 |
| Binary | 1000 | 10001001 | 10001101 | 1011110 | 11 | 0 | 101101 | 10110110 | 1011001 | 11101 |
Color Harmonies of #08898D
Complementary color
Monochromatic Colors of #08898D
Black with #08898D
Text Example
Text Example
White with #08898D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08898D; }
p { color: rgb(8,137,141); }
H1.HeaderClassName
{
color: #08898D;
}
.AnyTagClassName
{
color: #08898D;
}
</style>
background-color css
<style>
a { background-color: #08898D; }
a { background-color: rgb(8,137,141); }
div.DivClassName
{
background-color: #08898D;
}
.BgClassName
{
background-color: #08898D;
}
</style>
border-color css
<style>
span { border-color: #08898D; }
span { border-color: rgb(8,137,141); }
td.TdClassName
{
border-color: #08898D;
}
.TagClassName
{
border-color: #08898D;
}
</style>