Shades of Dark Cyan #039092
Tints of Dark Cyan #039092
RGB
CMYK
RGB Variations
Color information
#039092 (or 0x039092) is known color: Dark Cyan. HEX triplet: 03, 90 and 92. RGB value is (3,144,146). Sum of RGB (Red+Green+Blue) = 3+144+146=293 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 293); Green value is 144 (56.64% from 255 or 49.15% from 293); Blue value is 146 (57.42% from 255 or 49.83% from 293); Max value from RGB is 146 - color contains mainly: blue. Hex color #039092 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #039092 is #FC6F6D. Grayscale: #656565. Windows color (decimal): -16543598 or 9605123. OLE color: 9605123.
HSL color Cylindrical-coordinate representation of color #039092: hue angle of 180.84º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039092 is Cyan = 0.98, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 3 | 144 | 146 | - |
| CMYK | 0.98 | 0.01 | 0 | 0.43 |
| HSL | 180.84º | 0.96% | 0.29% | - |
| HSV(B) | 180.84º | 0.98% | 0.57% | - |
| XYZ | 15.2 | 22.04 | 30.65 | - |
| YUV | 102.07 | 152.79 | 57.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 144 | 146 | 0.98 | 0.01 | 0 | 0.43 | 180.84 | 0.96 | 0.29 |
| Hex | 3 | 90 | 92 | 62 | 1 | 0 | 2B | B5 | 60 | 1D |
| Octal | 3 | 220 | 222 | 142 | 1 | 0 | 53 | 265 | 140 | 35 |
| Binary | 11 | 10010000 | 10010010 | 1100010 | 1 | 0 | 101011 | 10110101 | 1100000 | 11101 |
Color Harmonies of #039092
Complementary color
Monochromatic Colors of #039092
Black with #039092
Text Example
Text Example
White with #039092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039092; }
p { color: rgb(3,144,146); }
H1.HeaderClassName
{
color: #039092;
}
.AnyTagClassName
{
color: #039092;
}
</style>
background-color css
<style>
a { background-color: #039092; }
a { background-color: rgb(3,144,146); }
div.DivClassName
{
background-color: #039092;
}
.BgClassName
{
background-color: #039092;
}
</style>
border-color css
<style>
span { border-color: #039092; }
span { border-color: rgb(3,144,146); }
td.TdClassName
{
border-color: #039092;
}
.TagClassName
{
border-color: #039092;
}
</style>