Shades of Dark Cyan #039093
Tints of Dark Cyan #039093
RGB
CMYK
RGB Variations
Color information
#039093 (or 0x039093) is known color: Dark Cyan. HEX triplet: 03, 90 and 93. RGB value is (3,144,147). Sum of RGB (Red+Green+Blue) = 3+144+147=294 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 294); Green value is 144 (56.64% from 255 or 48.98% from 294); Blue value is 147 (57.81% from 255 or 50% from 294); Max value from RGB is 147 - color contains mainly: blue. Hex color #039093 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #039093 is #FC6F6C. Grayscale: #666666. Windows color (decimal): -16543597 or 9670659. OLE color: 9670659.
HSL color Cylindrical-coordinate representation of color #039093: hue angle of 181.25º 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 #039093 is Cyan = 0.98, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 3 | 144 | 147 | - |
| CMYK | 0.98 | 0.02 | 0 | 0.42 |
| HSL | 181.25º | 0.96% | 0.29% | - |
| HSV(B) | 181.25º | 0.98% | 0.58% | - |
| XYZ | 15.28 | 22.07 | 31.06 | - |
| YUV | 102.18 | 153.29 | 57.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 144 | 147 | 0.98 | 0.02 | 0 | 0.42 | 181.25 | 0.96 | 0.29 |
| Hex | 3 | 90 | 93 | 62 | 2 | 0 | 2A | B5 | 60 | 1D |
| Octal | 3 | 220 | 223 | 142 | 2 | 0 | 52 | 265 | 140 | 35 |
| Binary | 11 | 10010000 | 10010011 | 1100010 | 10 | 0 | 101010 | 10110101 | 1100000 | 11101 |
Color Harmonies of #039093
Complementary color
Monochromatic Colors of #039093
Black with #039093
Text Example
Text Example
White with #039093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039093; }
p { color: rgb(3,144,147); }
H1.HeaderClassName
{
color: #039093;
}
.AnyTagClassName
{
color: #039093;
}
</style>
background-color css
<style>
a { background-color: #039093; }
a { background-color: rgb(3,144,147); }
div.DivClassName
{
background-color: #039093;
}
.BgClassName
{
background-color: #039093;
}
</style>
border-color css
<style>
span { border-color: #039093; }
span { border-color: rgb(3,144,147); }
td.TdClassName
{
border-color: #039093;
}
.TagClassName
{
border-color: #039093;
}
</style>