Shades of Dark Cyan #039284
Tints of Dark Cyan #039284
RGB
CMYK
RGB Variations
Color information
#039284 (or 0x039284) is known color: Dark Cyan. HEX triplet: 03, 92 and 84. RGB value is (3,146,132). Sum of RGB (Red+Green+Blue) = 3+146+132=281 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.07% from 281); Green value is 146 (57.42% from 255 or 51.96% from 281); Blue value is 132 (51.95% from 255 or 46.98% from 281); Max value from RGB is 146 - color contains mainly: green. Hex color #039284 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #039284 is #FC6D7B. Grayscale: #656565. Windows color (decimal): -16543100 or 8688131. OLE color: 8688131.
HSL color Cylindrical-coordinate representation of color #039284: hue angle of 174.13º 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 #039284 is Cyan = 0.98, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 3 | 146 | 132 | - |
| CMYK | 0.98 | 0 | 0.10 | 0.43 |
| HSL | 174.13º | 0.96% | 0.29% | - |
| HSV(B) | 174.13º | 0.98% | 0.57% | - |
| XYZ | 14.48 | 22.24 | 25.36 | - |
| YUV | 101.65 | 145.12 | 57.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 146 | 132 | 0.98 | 0 | 0.10 | 0.43 | 174.13 | 0.96 | 0.29 |
| Hex | 3 | 92 | 84 | 62 | 0 | A | 2B | AE | 60 | 1D |
| Octal | 3 | 222 | 204 | 142 | 0 | 12 | 53 | 256 | 140 | 35 |
| Binary | 11 | 10010010 | 10000100 | 1100010 | 0 | 1010 | 101011 | 10101110 | 1100000 | 11101 |
Color Harmonies of #039284
Complementary color
Monochromatic Colors of #039284
Black with #039284
Text Example
Text Example
White with #039284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039284; }
p { color: rgb(3,146,132); }
H1.HeaderClassName
{
color: #039284;
}
.AnyTagClassName
{
color: #039284;
}
</style>
background-color css
<style>
a { background-color: #039284; }
a { background-color: rgb(3,146,132); }
div.DivClassName
{
background-color: #039284;
}
.BgClassName
{
background-color: #039284;
}
</style>
border-color css
<style>
span { border-color: #039284; }
span { border-color: rgb(3,146,132); }
td.TdClassName
{
border-color: #039284;
}
.TagClassName
{
border-color: #039284;
}
</style>