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