Shades of Dark Cyan #008C84
Tints of Dark Cyan #008C84
RGB
CMYK
RGB Variations
Color information
#008C84 (or 0x008C84) is known color: Dark Cyan. HEX triplet: 00, 8C and 84. RGB value is (0,140,132). Sum of RGB (Red+Green+Blue) = 0+140+132=272 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 272); Green value is 140 (55.08% from 255 or 51.47% from 272); Blue value is 132 (51.95% from 255 or 48.53% from 272); Max value from RGB is 140 - color contains mainly: green. Hex color #008C84 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008C84 is #FF737B. Grayscale: #616161. Windows color (decimal): -16741244 or 8686592. OLE color: 8686592.
HSL color Cylindrical-coordinate representation of color #008C84: hue angle of 176.57º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008C84 is Cyan = 1, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 140 | 132 | - |
| CMYK | 1 | 0 | 0.06 | 0.45 |
| HSL | 176.57º | 1% | 0.27% | - |
| HSV(B) | 176.57º | 1% | 0.55% | - |
| XYZ | 13.54 | 20.42 | 25.06 | - |
| YUV | 97.23 | 147.62 | 58.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 140 | 132 | 1 | 0 | 0.06 | 0.45 | 176.57 | 1 | 0.27 |
| Hex | 0 | 8C | 84 | 64 | 0 | 6 | 2D | B1 | 64 | 1B |
| Octal | 0 | 214 | 204 | 144 | 0 | 6 | 55 | 261 | 144 | 33 |
| Binary | 0 | 10001100 | 10000100 | 1100100 | 0 | 110 | 101101 | 10110001 | 1100100 | 11011 |
Color Harmonies of #008C84
Complementary color
Monochromatic Colors of #008C84
Black with #008C84
Text Example
Text Example
White with #008C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008C84; }
p { color: rgb(0,140,132); }
H1.HeaderClassName
{
color: #008C84;
}
.AnyTagClassName
{
color: #008C84;
}
</style>
background-color css
<style>
a { background-color: #008C84; }
a { background-color: rgb(0,140,132); }
div.DivClassName
{
background-color: #008C84;
}
.BgClassName
{
background-color: #008C84;
}
</style>
border-color css
<style>
span { border-color: #008C84; }
span { border-color: rgb(0,140,132); }
td.TdClassName
{
border-color: #008C84;
}
.TagClassName
{
border-color: #008C84;
}
</style>