Shades of Dark Cyan #009382
Tints of Dark Cyan #009382
RGB
CMYK
RGB Variations
Color information
#009382 (or 0x009382) is known color: Dark Cyan. HEX triplet: 00, 93 and 82. RGB value is (0,147,130). Sum of RGB (Red+Green+Blue) = 0+147+130=277 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 277); Green value is 147 (57.81% from 255 or 53.07% from 277); Blue value is 130 (51.17% from 255 or 46.93% from 277); Max value from RGB is 147 - color contains mainly: green. Hex color #009382 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009382 is #FF6C7D. Grayscale: #656565. Windows color (decimal): -16739454 or 8557312. OLE color: 8557312.
HSL color Cylindrical-coordinate representation of color #009382: hue angle of 173.06º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009382 is Cyan = 1, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 147 | 130 | - |
| CMYK | 1 | 0 | 0.12 | 0.42 |
| HSL | 173.06º | 1% | 0.29% | - |
| HSV(B) | 173.06º | 1% | 0.58% | - |
| XYZ | 14.46 | 22.48 | 24.7 | - |
| YUV | 101.11 | 144.3 | 55.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 147 | 130 | 1 | 0 | 0.12 | 0.42 | 173.06 | 1 | 0.29 |
| Hex | 0 | 93 | 82 | 64 | 0 | C | 2A | AD | 64 | 1D |
| Octal | 0 | 223 | 202 | 144 | 0 | 14 | 52 | 255 | 144 | 35 |
| Binary | 0 | 10010011 | 10000010 | 1100100 | 0 | 1100 | 101010 | 10101101 | 1100100 | 11101 |
Color Harmonies of #009382
Complementary color
Monochromatic Colors of #009382
Black with #009382
Text Example
Text Example
White with #009382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009382; }
p { color: rgb(0,147,130); }
H1.HeaderClassName
{
color: #009382;
}
.AnyTagClassName
{
color: #009382;
}
</style>
background-color css
<style>
a { background-color: #009382; }
a { background-color: rgb(0,147,130); }
div.DivClassName
{
background-color: #009382;
}
.BgClassName
{
background-color: #009382;
}
</style>
border-color css
<style>
span { border-color: #009382; }
span { border-color: rgb(0,147,130); }
td.TdClassName
{
border-color: #009382;
}
.TagClassName
{
border-color: #009382;
}
</style>