Shades of Dark Cyan #039382
Tints of Dark Cyan #039382
RGB
CMYK
RGB Variations
Color information
#039382 (or 0x039382) is known color: Dark Cyan. HEX triplet: 03, 93 and 82. RGB value is (3,147,130). Sum of RGB (Red+Green+Blue) = 3+147+130=280 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.07% from 280); Green value is 147 (57.81% from 255 or 52.5% from 280); Blue value is 130 (51.17% from 255 or 46.43% from 280); Max value from RGB is 147 - color contains mainly: green. Hex color #039382 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #039382 is #FC6C7D. Grayscale: #656565. Windows color (decimal): -16542846 or 8557315. OLE color: 8557315.
HSL color Cylindrical-coordinate representation of color #039382: hue angle of 172.92º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039382 is Cyan = 0.98, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 3 | 147 | 130 | - |
| CMYK | 0.98 | 0 | 0.12 | 0.42 |
| HSL | 172.92º | 0.96% | 0.29% | - |
| HSV(B) | 172.92º | 0.98% | 0.58% | - |
| XYZ | 14.5 | 22.5 | 24.7 | - |
| YUV | 102.01 | 143.79 | 57.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 147 | 130 | 0.98 | 0 | 0.12 | 0.42 | 172.92 | 0.96 | 0.29 |
| Hex | 3 | 93 | 82 | 62 | 0 | C | 2A | AD | 60 | 1D |
| Octal | 3 | 223 | 202 | 142 | 0 | 14 | 52 | 255 | 140 | 35 |
| Binary | 11 | 10010011 | 10000010 | 1100010 | 0 | 1100 | 101010 | 10101101 | 1100000 | 11101 |
Color Harmonies of #039382
Complementary color
Monochromatic Colors of #039382
Black with #039382
Text Example
Text Example
White with #039382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039382; }
p { color: rgb(3,147,130); }
H1.HeaderClassName
{
color: #039382;
}
.AnyTagClassName
{
color: #039382;
}
</style>
background-color css
<style>
a { background-color: #039382; }
a { background-color: rgb(3,147,130); }
div.DivClassName
{
background-color: #039382;
}
.BgClassName
{
background-color: #039382;
}
</style>
border-color css
<style>
span { border-color: #039382; }
span { border-color: rgb(3,147,130); }
td.TdClassName
{
border-color: #039382;
}
.TagClassName
{
border-color: #039382;
}
</style>