Shades of Dark Cyan #039985
Tints of Dark Cyan #039985
RGB
CMYK
RGB Variations
Color information
#039985 (or 0x039985) is known color: Dark Cyan. HEX triplet: 03, 99 and 85. RGB value is (3,153,133). Sum of RGB (Red+Green+Blue) = 3+153+133=289 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.04% from 289); Green value is 153 (60.16% from 255 or 52.94% from 289); Blue value is 133 (52.34% from 255 or 46.02% from 289); Max value from RGB is 153 - color contains mainly: green. Hex color #039985 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #039985 is #FC667A. Grayscale: #696969. Windows color (decimal): -16541307 or 8755459. OLE color: 8755459.
HSL color Cylindrical-coordinate representation of color #039985: hue angle of 172º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039985 is Cyan = 0.98, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 3 | 153 | 133 | - |
| CMYK | 0.98 | 0 | 0.13 | 0.4 |
| HSL | 172º | 0.96% | 0.31% | - |
| HSV(B) | 172º | 0.98% | 0.6% | - |
| XYZ | 15.66 | 24.5 | 26.09 | - |
| YUV | 105.87 | 143.31 | 54.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 153 | 133 | 0.98 | 0 | 0.13 | 0.4 | 172 | 0.96 | 0.31 |
| Hex | 3 | 99 | 85 | 62 | 0 | D | 28 | AC | 60 | 1F |
| Octal | 3 | 231 | 205 | 142 | 0 | 15 | 50 | 254 | 140 | 37 |
| Binary | 11 | 10011001 | 10000101 | 1100010 | 0 | 1101 | 101000 | 10101100 | 1100000 | 11111 |
Color Harmonies of #039985
Complementary color
Monochromatic Colors of #039985
Black with #039985
Text Example
Text Example
White with #039985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039985; }
p { color: rgb(3,153,133); }
H1.HeaderClassName
{
color: #039985;
}
.AnyTagClassName
{
color: #039985;
}
</style>
background-color css
<style>
a { background-color: #039985; }
a { background-color: rgb(3,153,133); }
div.DivClassName
{
background-color: #039985;
}
.BgClassName
{
background-color: #039985;
}
</style>
border-color css
<style>
span { border-color: #039985; }
span { border-color: rgb(3,153,133); }
td.TdClassName
{
border-color: #039985;
}
.TagClassName
{
border-color: #039985;
}
</style>