Shades of Dark Cyan #039392
Tints of Dark Cyan #039392
RGB
CMYK
RGB Variations
Color information
#039392 (or 0x039392) is known color: Dark Cyan. HEX triplet: 03, 93 and 92. RGB value is (3,147,146). Sum of RGB (Red+Green+Blue) = 3+147+146=296 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 296); Green value is 147 (57.81% from 255 or 49.66% from 296); Blue value is 146 (57.42% from 255 or 49.32% from 296); Max value from RGB is 147 - color contains mainly: green. Hex color #039392 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #039392 is #FC6C6D. Grayscale: #676767. Windows color (decimal): -16542830 or 9605891. OLE color: 9605891.
HSL color Cylindrical-coordinate representation of color #039392: hue angle of 179.58º 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 #039392 is Cyan = 0.98, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 3 | 147 | 146 | - |
| CMYK | 0.98 | 0 | 0.01 | 0.42 |
| HSL | 179.58º | 0.96% | 0.29% | - |
| HSV(B) | 179.58º | 0.98% | 0.58% | - |
| XYZ | 15.66 | 22.96 | 30.8 | - |
| YUV | 103.83 | 151.79 | 56.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 147 | 146 | 0.98 | 0 | 0.01 | 0.42 | 179.58 | 0.96 | 0.29 |
| Hex | 3 | 93 | 92 | 62 | 0 | 1 | 2A | B4 | 60 | 1D |
| Octal | 3 | 223 | 222 | 142 | 0 | 1 | 52 | 264 | 140 | 35 |
| Binary | 11 | 10010011 | 10010010 | 1100010 | 0 | 1 | 101010 | 10110100 | 1100000 | 11101 |
Color Harmonies of #039392
Complementary color
Monochromatic Colors of #039392
Black with #039392
Text Example
Text Example
White with #039392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039392; }
p { color: rgb(3,147,146); }
H1.HeaderClassName
{
color: #039392;
}
.AnyTagClassName
{
color: #039392;
}
</style>
background-color css
<style>
a { background-color: #039392; }
a { background-color: rgb(3,147,146); }
div.DivClassName
{
background-color: #039392;
}
.BgClassName
{
background-color: #039392;
}
</style>
border-color css
<style>
span { border-color: #039392; }
span { border-color: rgb(3,147,146); }
td.TdClassName
{
border-color: #039392;
}
.TagClassName
{
border-color: #039392;
}
</style>