Shades of Dark Cyan #039286
Tints of Dark Cyan #039286
RGB
CMYK
RGB Variations
Color information
#039286 (or 0x039286) is known color: Dark Cyan. HEX triplet: 03, 92 and 86. RGB value is (3,146,134). Sum of RGB (Red+Green+Blue) = 3+146+134=283 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 283); Green value is 146 (57.42% from 255 or 51.59% from 283); Blue value is 134 (52.73% from 255 or 47.35% from 283); Max value from RGB is 146 - color contains mainly: green. Hex color #039286 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #039286 is #FC6D79. Grayscale: #656565. Windows color (decimal): -16543098 or 8819203. OLE color: 8819203.
HSL color Cylindrical-coordinate representation of color #039286: hue angle of 174.97º 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 #039286 is Cyan = 0.98, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 3 | 146 | 134 | - |
| CMYK | 0.98 | 0 | 0.08 | 0.43 |
| HSL | 174.97º | 0.96% | 0.29% | - |
| HSV(B) | 174.97º | 0.98% | 0.57% | - |
| XYZ | 14.62 | 22.3 | 26.09 | - |
| YUV | 101.88 | 146.12 | 57.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 146 | 134 | 0.98 | 0 | 0.08 | 0.43 | 174.97 | 0.96 | 0.29 |
| Hex | 3 | 92 | 86 | 62 | 0 | 8 | 2B | AF | 60 | 1D |
| Octal | 3 | 222 | 206 | 142 | 0 | 10 | 53 | 257 | 140 | 35 |
| Binary | 11 | 10010010 | 10000110 | 1100010 | 0 | 1000 | 101011 | 10101111 | 1100000 | 11101 |
Color Harmonies of #039286
Complementary color
Monochromatic Colors of #039286
Black with #039286
Text Example
Text Example
White with #039286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039286; }
p { color: rgb(3,146,134); }
H1.HeaderClassName
{
color: #039286;
}
.AnyTagClassName
{
color: #039286;
}
</style>
background-color css
<style>
a { background-color: #039286; }
a { background-color: rgb(3,146,134); }
div.DivClassName
{
background-color: #039286;
}
.BgClassName
{
background-color: #039286;
}
</style>
border-color css
<style>
span { border-color: #039286; }
span { border-color: rgb(3,146,134); }
td.TdClassName
{
border-color: #039286;
}
.TagClassName
{
border-color: #039286;
}
</style>