Shades of Dark Cyan #009184
Tints of Dark Cyan #009184
RGB
CMYK
RGB Variations
Color information
#009184 (or 0x009184) is known color: Dark Cyan. HEX triplet: 00, 91 and 84. RGB value is (0,145,132). Sum of RGB (Red+Green+Blue) = 0+145+132=277 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 277); Green value is 145 (57.03% from 255 or 52.35% from 277); Blue value is 132 (51.95% from 255 or 47.65% from 277); Max value from RGB is 145 - color contains mainly: green. Hex color #009184 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009184 is #FF6E7B. Grayscale: #646464. Windows color (decimal): -16739964 or 8687872. OLE color: 8687872.
HSL color Cylindrical-coordinate representation of color #009184: hue angle of 174.62º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009184 is Cyan = 1, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 145 | 132 | - |
| CMYK | 1 | 0 | 0.09 | 0.43 |
| HSL | 174.62º | 1% | 0.28% | - |
| HSV(B) | 174.62º | 1% | 0.57% | - |
| XYZ | 14.29 | 21.92 | 25.31 | - |
| YUV | 100.16 | 145.96 | 56.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 145 | 132 | 1 | 0 | 0.09 | 0.43 | 174.62 | 1 | 0.28 |
| Hex | 0 | 91 | 84 | 64 | 0 | 9 | 2B | AF | 64 | 1C |
| Octal | 0 | 221 | 204 | 144 | 0 | 11 | 53 | 257 | 144 | 34 |
| Binary | 0 | 10010001 | 10000100 | 1100100 | 0 | 1001 | 101011 | 10101111 | 1100100 | 11100 |
Color Harmonies of #009184
Complementary color
Monochromatic Colors of #009184
Black with #009184
Text Example
Text Example
White with #009184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009184; }
p { color: rgb(0,145,132); }
H1.HeaderClassName
{
color: #009184;
}
.AnyTagClassName
{
color: #009184;
}
</style>
background-color css
<style>
a { background-color: #009184; }
a { background-color: rgb(0,145,132); }
div.DivClassName
{
background-color: #009184;
}
.BgClassName
{
background-color: #009184;
}
</style>
border-color css
<style>
span { border-color: #009184; }
span { border-color: rgb(0,145,132); }
td.TdClassName
{
border-color: #009184;
}
.TagClassName
{
border-color: #009184;
}
</style>