Shades of Dark Cyan #039594
Tints of Dark Cyan #039594
RGB
CMYK
RGB Variations
Color information
#039594 (or 0x039594) is known color: Dark Cyan. HEX triplet: 03, 95 and 94. RGB value is (3,149,148). Sum of RGB (Red+Green+Blue) = 3+149+148=300 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1% from 300); Green value is 149 (58.59% from 255 or 49.67% from 300); Blue value is 148 (58.20% from 255 or 49.33% from 300); Max value from RGB is 149 - color contains mainly: green. Hex color #039594 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #039594 is #FC6A6B. Grayscale: #696969. Windows color (decimal): -16542316 or 9737475. OLE color: 9737475.
HSL color Cylindrical-coordinate representation of color #039594: hue angle of 179.59º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039594 is Cyan = 0.98, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 3 | 149 | 148 | - |
| CMYK | 0.98 | 0 | 0.01 | 0.42 |
| HSL | 179.59º | 0.96% | 0.3% | - |
| HSV(B) | 179.59º | 0.98% | 0.58% | - |
| XYZ | 16.13 | 23.65 | 31.73 | - |
| YUV | 105.23 | 152.13 | 55.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 149 | 148 | 0.98 | 0 | 0.01 | 0.42 | 179.59 | 0.96 | 0.3 |
| Hex | 3 | 95 | 94 | 62 | 0 | 1 | 2A | B4 | 60 | 1E |
| Octal | 3 | 225 | 224 | 142 | 0 | 1 | 52 | 264 | 140 | 36 |
| Binary | 11 | 10010101 | 10010100 | 1100010 | 0 | 1 | 101010 | 10110100 | 1100000 | 11110 |
Color Harmonies of #039594
Complementary color
Monochromatic Colors of #039594
Black with #039594
Text Example
Text Example
White with #039594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039594; }
p { color: rgb(3,149,148); }
H1.HeaderClassName
{
color: #039594;
}
.AnyTagClassName
{
color: #039594;
}
</style>
background-color css
<style>
a { background-color: #039594; }
a { background-color: rgb(3,149,148); }
div.DivClassName
{
background-color: #039594;
}
.BgClassName
{
background-color: #039594;
}
</style>
border-color css
<style>
span { border-color: #039594; }
span { border-color: rgb(3,149,148); }
td.TdClassName
{
border-color: #039594;
}
.TagClassName
{
border-color: #039594;
}
</style>