Shades of Dark Cyan #039282
Tints of Dark Cyan #039282
RGB
CMYK
RGB Variations
Color information
#039282 (or 0x039282) is known color: Dark Cyan. HEX triplet: 03, 92 and 82. RGB value is (3,146,130). Sum of RGB (Red+Green+Blue) = 3+146+130=279 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 279); Green value is 146 (57.42% from 255 or 52.33% from 279); Blue value is 130 (51.17% from 255 or 46.59% from 279); Max value from RGB is 146 - color contains mainly: green. Hex color #039282 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #039282 is #FC6D7D. Grayscale: #656565. Windows color (decimal): -16543102 or 8557059. OLE color: 8557059.
HSL color Cylindrical-coordinate representation of color #039282: hue angle of 173.29º 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 #039282 is Cyan = 0.98, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 3 | 146 | 130 | - |
| CMYK | 0.98 | 0 | 0.11 | 0.43 |
| HSL | 173.29º | 0.96% | 0.29% | - |
| HSV(B) | 173.29º | 0.98% | 0.57% | - |
| XYZ | 14.35 | 22.19 | 24.65 | - |
| YUV | 101.42 | 144.12 | 57.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 146 | 130 | 0.98 | 0 | 0.11 | 0.43 | 173.29 | 0.96 | 0.29 |
| Hex | 3 | 92 | 82 | 62 | 0 | B | 2B | AD | 60 | 1D |
| Octal | 3 | 222 | 202 | 142 | 0 | 13 | 53 | 255 | 140 | 35 |
| Binary | 11 | 10010010 | 10000010 | 1100010 | 0 | 1011 | 101011 | 10101101 | 1100000 | 11101 |
Color Harmonies of #039282
Complementary color
Monochromatic Colors of #039282
Black with #039282
Text Example
Text Example
White with #039282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039282; }
p { color: rgb(3,146,130); }
H1.HeaderClassName
{
color: #039282;
}
.AnyTagClassName
{
color: #039282;
}
</style>
background-color css
<style>
a { background-color: #039282; }
a { background-color: rgb(3,146,130); }
div.DivClassName
{
background-color: #039282;
}
.BgClassName
{
background-color: #039282;
}
</style>
border-color css
<style>
span { border-color: #039282; }
span { border-color: rgb(3,146,130); }
td.TdClassName
{
border-color: #039282;
}
.TagClassName
{
border-color: #039282;
}
</style>