Shades of Dark Cyan #039295
Tints of Dark Cyan #039295
RGB
CMYK
RGB Variations
Color information
#039295 (or 0x039295) is known color: Dark Cyan. HEX triplet: 03, 92 and 95. RGB value is (3,146,149). Sum of RGB (Red+Green+Blue) = 3+146+149=298 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 298); Green value is 146 (57.42% from 255 or 48.99% from 298); Blue value is 149 (58.59% from 255 or 50% from 298); Max value from RGB is 149 - color contains mainly: blue. Hex color #039295 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #039295 is #FC6D6A. Grayscale: #676767. Windows color (decimal): -16543083 or 9802243. OLE color: 9802243.
HSL color Cylindrical-coordinate representation of color #039295: hue angle of 181.23º 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 #039295 is Cyan = 0.98, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 3 | 146 | 149 | - |
| CMYK | 0.98 | 0.02 | 0 | 0.42 |
| HSL | 181.23º | 0.96% | 0.3% | - |
| HSV(B) | 181.23º | 0.98% | 0.58% | - |
| XYZ | 15.74 | 22.75 | 31.99 | - |
| YUV | 103.59 | 153.62 | 56.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 146 | 149 | 0.98 | 0.02 | 0 | 0.42 | 181.23 | 0.96 | 0.3 |
| Hex | 3 | 92 | 95 | 62 | 2 | 0 | 2A | B5 | 60 | 1E |
| Octal | 3 | 222 | 225 | 142 | 2 | 0 | 52 | 265 | 140 | 36 |
| Binary | 11 | 10010010 | 10010101 | 1100010 | 10 | 0 | 101010 | 10110101 | 1100000 | 11110 |
Color Harmonies of #039295
Complementary color
Monochromatic Colors of #039295
Black with #039295
Text Example
Text Example
White with #039295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039295; }
p { color: rgb(3,146,149); }
H1.HeaderClassName
{
color: #039295;
}
.AnyTagClassName
{
color: #039295;
}
</style>
background-color css
<style>
a { background-color: #039295; }
a { background-color: rgb(3,146,149); }
div.DivClassName
{
background-color: #039295;
}
.BgClassName
{
background-color: #039295;
}
</style>
border-color css
<style>
span { border-color: #039295; }
span { border-color: rgb(3,146,149); }
td.TdClassName
{
border-color: #039295;
}
.TagClassName
{
border-color: #039295;
}
</style>