Shades of Dark Cyan #088D84
Tints of Dark Cyan #088D84
RGB
CMYK
RGB Variations
Color information
#088D84 (or 0x088D84) is known color: Dark Cyan. HEX triplet: 08, 8D and 84. RGB value is (8,141,132). Sum of RGB (Red+Green+Blue) = 8+141+132=281 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.85% from 281); Green value is 141 (55.47% from 255 or 50.18% from 281); Blue value is 132 (51.95% from 255 or 46.98% from 281); Max value from RGB is 141 - color contains mainly: green. Hex color #088D84 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088D84 is #F7727B. Grayscale: #646464. Windows color (decimal): -16216700 or 8686856. OLE color: 8686856.
HSL color Cylindrical-coordinate representation of color #088D84: hue angle of 175.94º 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 #088D84 is Cyan = 0.94, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 141 | 132 | - |
| CMYK | 0.94 | 0 | 0.06 | 0.45 |
| HSL | 175.94º | 0.89% | 0.29% | - |
| HSV(B) | 175.94º | 0.94% | 0.55% | - |
| XYZ | 13.79 | 20.77 | 25.11 | - |
| YUV | 100.21 | 145.94 | 62.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 141 | 132 | 0.94 | 0 | 0.06 | 0.45 | 175.94 | 0.89 | 0.29 |
| Hex | 8 | 8D | 84 | 5E | 0 | 6 | 2D | B0 | 59 | 1D |
| Octal | 10 | 215 | 204 | 136 | 0 | 6 | 55 | 260 | 131 | 35 |
| Binary | 1000 | 10001101 | 10000100 | 1011110 | 0 | 110 | 101101 | 10110000 | 1011001 | 11101 |
Color Harmonies of #088D84
Complementary color
Monochromatic Colors of #088D84
Black with #088D84
Text Example
Text Example
White with #088D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088D84; }
p { color: rgb(8,141,132); }
H1.HeaderClassName
{
color: #088D84;
}
.AnyTagClassName
{
color: #088D84;
}
</style>
background-color css
<style>
a { background-color: #088D84; }
a { background-color: rgb(8,141,132); }
div.DivClassName
{
background-color: #088D84;
}
.BgClassName
{
background-color: #088D84;
}
</style>
border-color css
<style>
span { border-color: #088D84; }
span { border-color: rgb(8,141,132); }
td.TdClassName
{
border-color: #088D84;
}
.TagClassName
{
border-color: #088D84;
}
</style>