Shades of Dark Cyan #039582
Tints of Dark Cyan #039582
RGB
CMYK
RGB Variations
Color information
#039582 (or 0x039582) is known color: Dark Cyan. HEX triplet: 03, 95 and 82. RGB value is (3,149,130). Sum of RGB (Red+Green+Blue) = 3+149+130=282 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 282); Green value is 149 (58.59% from 255 or 52.84% from 282); Blue value is 130 (51.17% from 255 or 46.10% from 282); Max value from RGB is 149 - color contains mainly: green. Hex color #039582 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #039582 is #FC6A7D. Grayscale: #676767. Windows color (decimal): -16542334 or 8557827. OLE color: 8557827.
HSL color Cylindrical-coordinate representation of color #039582: hue angle of 172.19º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039582 is Cyan = 0.98, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 3 | 149 | 130 | - |
| CMYK | 0.98 | 0 | 0.13 | 0.42 |
| HSL | 172.19º | 0.96% | 0.3% | - |
| HSV(B) | 172.19º | 0.98% | 0.58% | - |
| XYZ | 14.81 | 23.13 | 24.8 | - |
| YUV | 103.18 | 143.13 | 56.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 149 | 130 | 0.98 | 0 | 0.13 | 0.42 | 172.19 | 0.96 | 0.3 |
| Hex | 3 | 95 | 82 | 62 | 0 | D | 2A | AC | 60 | 1E |
| Octal | 3 | 225 | 202 | 142 | 0 | 15 | 52 | 254 | 140 | 36 |
| Binary | 11 | 10010101 | 10000010 | 1100010 | 0 | 1101 | 101010 | 10101100 | 1100000 | 11110 |
Color Harmonies of #039582
Complementary color
Monochromatic Colors of #039582
Black with #039582
Text Example
Text Example
White with #039582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039582; }
p { color: rgb(3,149,130); }
H1.HeaderClassName
{
color: #039582;
}
.AnyTagClassName
{
color: #039582;
}
</style>
background-color css
<style>
a { background-color: #039582; }
a { background-color: rgb(3,149,130); }
div.DivClassName
{
background-color: #039582;
}
.BgClassName
{
background-color: #039582;
}
</style>
border-color css
<style>
span { border-color: #039582; }
span { border-color: rgb(3,149,130); }
td.TdClassName
{
border-color: #039582;
}
.TagClassName
{
border-color: #039582;
}
</style>