Shades of Dark Cyan #039490
Tints of Dark Cyan #039490
RGB
CMYK
RGB Variations
Color information
#039490 (or 0x039490) is known color: Dark Cyan. HEX triplet: 03, 94 and 90. RGB value is (3,148,144). Sum of RGB (Red+Green+Blue) = 3+148+144=295 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 295); Green value is 148 (58.20% from 255 or 50.17% from 295); Blue value is 144 (56.64% from 255 or 48.81% from 295); Max value from RGB is 148 - color contains mainly: green. Hex color #039490 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #039490 is #FC6B6F. Grayscale: #686868. Windows color (decimal): -16542576 or 9475075. OLE color: 9475075.
HSL color Cylindrical-coordinate representation of color #039490: hue angle of 178.34º 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 #039490 is Cyan = 0.98, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 3 | 148 | 144 | - |
| CMYK | 0.98 | 0 | 0.03 | 0.42 |
| HSL | 178.34º | 0.96% | 0.3% | - |
| HSV(B) | 178.34º | 0.98% | 0.58% | - |
| XYZ | 15.66 | 23.21 | 30.04 | - |
| YUV | 104.19 | 150.46 | 55.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 148 | 144 | 0.98 | 0 | 0.03 | 0.42 | 178.34 | 0.96 | 0.3 |
| Hex | 3 | 94 | 90 | 62 | 0 | 3 | 2A | B2 | 60 | 1E |
| Octal | 3 | 224 | 220 | 142 | 0 | 3 | 52 | 262 | 140 | 36 |
| Binary | 11 | 10010100 | 10010000 | 1100010 | 0 | 11 | 101010 | 10110010 | 1100000 | 11110 |
Color Harmonies of #039490
Complementary color
Monochromatic Colors of #039490
Black with #039490
Text Example
Text Example
White with #039490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039490; }
p { color: rgb(3,148,144); }
H1.HeaderClassName
{
color: #039490;
}
.AnyTagClassName
{
color: #039490;
}
</style>
background-color css
<style>
a { background-color: #039490; }
a { background-color: rgb(3,148,144); }
div.DivClassName
{
background-color: #039490;
}
.BgClassName
{
background-color: #039490;
}
</style>
border-color css
<style>
span { border-color: #039490; }
span { border-color: rgb(3,148,144); }
td.TdClassName
{
border-color: #039490;
}
.TagClassName
{
border-color: #039490;
}
</style>