Shades of Dark Cyan #059684
Tints of Dark Cyan #059684
RGB
CMYK
RGB Variations
Color information
#059684 (or 0x059684) is known color: Dark Cyan. HEX triplet: 05, 96 and 84. RGB value is (5,150,132). Sum of RGB (Red+Green+Blue) = 5+150+132=287 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.74% from 287); Green value is 150 (58.98% from 255 or 52.26% from 287); Blue value is 132 (51.95% from 255 or 45.99% from 287); Max value from RGB is 150 - color contains mainly: green. Hex color #059684 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059684 is #FA697B. Grayscale: #686868. Windows color (decimal): -16411004 or 8689157. OLE color: 8689157.
HSL color Cylindrical-coordinate representation of color #059684: hue angle of 172.55º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059684 is Cyan = 0.97, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 5 | 150 | 132 | - |
| CMYK | 0.97 | 0 | 0.12 | 0.41 |
| HSL | 172.55º | 0.94% | 0.3% | - |
| HSV(B) | 172.55º | 0.97% | 0.59% | - |
| XYZ | 15.13 | 23.51 | 25.57 | - |
| YUV | 104.59 | 143.46 | 56.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 150 | 132 | 0.97 | 0 | 0.12 | 0.41 | 172.55 | 0.94 | 0.3 |
| Hex | 5 | 96 | 84 | 61 | 0 | C | 29 | AD | 5E | 1E |
| Octal | 5 | 226 | 204 | 141 | 0 | 14 | 51 | 255 | 136 | 36 |
| Binary | 101 | 10010110 | 10000100 | 1100001 | 0 | 1100 | 101001 | 10101101 | 1011110 | 11110 |
Color Harmonies of #059684
Complementary color
Monochromatic Colors of #059684
Black with #059684
Text Example
Text Example
White with #059684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059684; }
p { color: rgb(5,150,132); }
H1.HeaderClassName
{
color: #059684;
}
.AnyTagClassName
{
color: #059684;
}
</style>
background-color css
<style>
a { background-color: #059684; }
a { background-color: rgb(5,150,132); }
div.DivClassName
{
background-color: #059684;
}
.BgClassName
{
background-color: #059684;
}
</style>
border-color css
<style>
span { border-color: #059684; }
span { border-color: rgb(5,150,132); }
td.TdClassName
{
border-color: #059684;
}
.TagClassName
{
border-color: #059684;
}
</style>