Shades of Dark Cyan #008D84
Tints of Dark Cyan #008D84
RGB
CMYK
RGB Variations
Color information
#008D84 (or 0x008D84) is known color: Dark Cyan. HEX triplet: 00, 8D and 84. RGB value is (0,141,132). Sum of RGB (Red+Green+Blue) = 0+141+132=273 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 273); Green value is 141 (55.47% from 255 or 51.65% from 273); Blue value is 132 (51.95% from 255 or 48.35% from 273); Max value from RGB is 141 - color contains mainly: green. Hex color #008D84 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008D84 is #FF727B. Grayscale: #616161. Windows color (decimal): -16740988 or 8686848. OLE color: 8686848.
HSL color Cylindrical-coordinate representation of color #008D84: hue angle of 176.17º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008D84 is Cyan = 1, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 141 | 132 | - |
| CMYK | 1 | 0 | 0.06 | 0.45 |
| HSL | 176.17º | 1% | 0.28% | - |
| HSV(B) | 176.17º | 1% | 0.55% | - |
| XYZ | 13.69 | 20.72 | 25.11 | - |
| YUV | 97.82 | 147.29 | 58.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 141 | 132 | 1 | 0 | 0.06 | 0.45 | 176.17 | 1 | 0.28 |
| Hex | 0 | 8D | 84 | 64 | 0 | 6 | 2D | B0 | 64 | 1C |
| Octal | 0 | 215 | 204 | 144 | 0 | 6 | 55 | 260 | 144 | 34 |
| Binary | 0 | 10001101 | 10000100 | 1100100 | 0 | 110 | 101101 | 10110000 | 1100100 | 11100 |
Color Harmonies of #008D84
Complementary color
Monochromatic Colors of #008D84
Black with #008D84
Text Example
Text Example
White with #008D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008D84; }
p { color: rgb(0,141,132); }
H1.HeaderClassName
{
color: #008D84;
}
.AnyTagClassName
{
color: #008D84;
}
</style>
background-color css
<style>
a { background-color: #008D84; }
a { background-color: rgb(0,141,132); }
div.DivClassName
{
background-color: #008D84;
}
.BgClassName
{
background-color: #008D84;
}
</style>
border-color css
<style>
span { border-color: #008D84; }
span { border-color: rgb(0,141,132); }
td.TdClassName
{
border-color: #008D84;
}
.TagClassName
{
border-color: #008D84;
}
</style>