Shades of Dark Cyan #009084
Tints of Dark Cyan #009084
RGB
CMYK
RGB Variations
Color information
#009084 (or 0x009084) is known color: Dark Cyan. HEX triplet: 00, 90 and 84. RGB value is (0,144,132). Sum of RGB (Red+Green+Blue) = 0+144+132=276 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 276); Green value is 144 (56.64% from 255 or 52.17% from 276); Blue value is 132 (51.95% from 255 or 47.83% from 276); Max value from RGB is 144 - color contains mainly: green. Hex color #009084 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009084 is #FF6F7B. Grayscale: #636363. Windows color (decimal): -16740220 or 8687616. OLE color: 8687616.
HSL color Cylindrical-coordinate representation of color #009084: hue angle of 175º 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 #009084 is Cyan = 1, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 144 | 132 | - |
| CMYK | 1 | 0 | 0.08 | 0.44 |
| HSL | 175º | 1% | 0.28% | - |
| HSV(B) | 175º | 1% | 0.56% | - |
| XYZ | 14.14 | 21.61 | 25.26 | - |
| YUV | 99.58 | 146.29 | 56.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 144 | 132 | 1 | 0 | 0.08 | 0.44 | 175 | 1 | 0.28 |
| Hex | 0 | 90 | 84 | 64 | 0 | 8 | 2C | AF | 64 | 1C |
| Octal | 0 | 220 | 204 | 144 | 0 | 10 | 54 | 257 | 144 | 34 |
| Binary | 0 | 10010000 | 10000100 | 1100100 | 0 | 1000 | 101100 | 10101111 | 1100100 | 11100 |
Color Harmonies of #009084
Complementary color
Monochromatic Colors of #009084
Black with #009084
Text Example
Text Example
White with #009084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009084; }
p { color: rgb(0,144,132); }
H1.HeaderClassName
{
color: #009084;
}
.AnyTagClassName
{
color: #009084;
}
</style>
background-color css
<style>
a { background-color: #009084; }
a { background-color: rgb(0,144,132); }
div.DivClassName
{
background-color: #009084;
}
.BgClassName
{
background-color: #009084;
}
</style>
border-color css
<style>
span { border-color: #009084; }
span { border-color: rgb(0,144,132); }
td.TdClassName
{
border-color: #009084;
}
.TagClassName
{
border-color: #009084;
}
</style>