Shades of Dark Cyan #008F84
Tints of Dark Cyan #008F84
RGB
CMYK
RGB Variations
Color information
#008F84 (or 0x008F84) is known color: Dark Cyan. HEX triplet: 00, 8F and 84. RGB value is (0,143,132). Sum of RGB (Red+Green+Blue) = 0+143+132=275 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 275); Green value is 143 (56.25% from 255 or 52% from 275); Blue value is 132 (51.95% from 255 or 48% from 275); Max value from RGB is 143 - color contains mainly: green. Hex color #008F84 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008F84 is #FF707B. Grayscale: #626262. Windows color (decimal): -16740476 or 8687360. OLE color: 8687360.
HSL color Cylindrical-coordinate representation of color #008F84: hue angle of 175.38º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008F84 is Cyan = 1, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 143 | 132 | - |
| CMYK | 1 | 0 | 0.08 | 0.44 |
| HSL | 175.38º | 1% | 0.28% | - |
| HSV(B) | 175.38º | 1% | 0.56% | - |
| XYZ | 13.99 | 21.31 | 25.21 | - |
| YUV | 98.99 | 146.62 | 57.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 143 | 132 | 1 | 0 | 0.08 | 0.44 | 175.38 | 1 | 0.28 |
| Hex | 0 | 8F | 84 | 64 | 0 | 8 | 2C | AF | 64 | 1C |
| Octal | 0 | 217 | 204 | 144 | 0 | 10 | 54 | 257 | 144 | 34 |
| Binary | 0 | 10001111 | 10000100 | 1100100 | 0 | 1000 | 101100 | 10101111 | 1100100 | 11100 |
Color Harmonies of #008F84
Complementary color
Monochromatic Colors of #008F84
Black with #008F84
Text Example
Text Example
White with #008F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008F84; }
p { color: rgb(0,143,132); }
H1.HeaderClassName
{
color: #008F84;
}
.AnyTagClassName
{
color: #008F84;
}
</style>
background-color css
<style>
a { background-color: #008F84; }
a { background-color: rgb(0,143,132); }
div.DivClassName
{
background-color: #008F84;
}
.BgClassName
{
background-color: #008F84;
}
</style>
border-color css
<style>
span { border-color: #008F84; }
span { border-color: rgb(0,143,132); }
td.TdClassName
{
border-color: #008F84;
}
.TagClassName
{
border-color: #008F84;
}
</style>