Shades of Dark Cyan #039090
Tints of Dark Cyan #039090
RGB
CMYK
RGB Variations
Color information
#039090 (or 0x039090) is known color: Dark Cyan. HEX triplet: 03, 90 and 90. RGB value is (3,144,144). Sum of RGB (Red+Green+Blue) = 3+144+144=291 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.03% from 291); Green value is 144 (56.64% from 255 or 49.48% from 291); Blue value is 144 (56.64% from 255 or 49.48% from 291); Max value from RGB is 144 - color contains mainly: green, blue. Hex color #039090 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #039090 is #FC6F6F. Grayscale: #656565. Windows color (decimal): -16543600 or 9474051. OLE color: 9474051.
HSL color Cylindrical-coordinate representation of color #039090: hue angle of 180º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039090 is Cyan = 0.98, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 3 | 144 | 144 | - |
| CMYK | 0.98 | 0 | 0 | 0.44 |
| HSL | 180º | 0.96% | 0.29% | - |
| HSV(B) | 180º | 0.98% | 0.56% | - |
| XYZ | 15.04 | 21.98 | 29.84 | - |
| YUV | 101.84 | 151.79 | 57.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 144 | 144 | 0.98 | 0 | 0 | 0.44 | 180 | 0.96 | 0.29 |
| Hex | 3 | 90 | 90 | 62 | 0 | 0 | 2C | B4 | 60 | 1D |
| Octal | 3 | 220 | 220 | 142 | 0 | 0 | 54 | 264 | 140 | 35 |
| Binary | 11 | 10010000 | 10010000 | 1100010 | 0 | 0 | 101100 | 10110100 | 1100000 | 11101 |
Color Harmonies of #039090
Complementary color
Monochromatic Colors of #039090
Black with #039090
Text Example
Text Example
White with #039090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039090; }
p { color: rgb(3,144,144); }
H1.HeaderClassName
{
color: #039090;
}
.AnyTagClassName
{
color: #039090;
}
</style>
background-color css
<style>
a { background-color: #039090; }
a { background-color: rgb(3,144,144); }
div.DivClassName
{
background-color: #039090;
}
.BgClassName
{
background-color: #039090;
}
</style>
border-color css
<style>
span { border-color: #039090; }
span { border-color: rgb(3,144,144); }
td.TdClassName
{
border-color: #039090;
}
.TagClassName
{
border-color: #039090;
}
</style>