Shades of Dark Cyan #059682
Tints of Dark Cyan #059682
RGB
CMYK
RGB Variations
Color information
#059682 (or 0x059682) is known color: Dark Cyan. HEX triplet: 05, 96 and 82. RGB value is (5,150,130). Sum of RGB (Red+Green+Blue) = 5+150+130=285 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.75% from 285); Green value is 150 (58.98% from 255 or 52.63% from 285); Blue value is 130 (51.17% from 255 or 45.61% from 285); Max value from RGB is 150 - color contains mainly: green. Hex color #059682 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059682 is #FA697D. Grayscale: #686868. Windows color (decimal): -16411006 or 8558085. OLE color: 8558085.
HSL color Cylindrical-coordinate representation of color #059682: hue angle of 171.72º 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 #059682 is Cyan = 0.97, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 5 | 150 | 130 | - |
| CMYK | 0.97 | 0 | 0.13 | 0.41 |
| HSL | 171.72º | 0.94% | 0.3% | - |
| HSV(B) | 171.72º | 0.97% | 0.59% | - |
| XYZ | 15 | 23.46 | 24.86 | - |
| YUV | 104.37 | 142.46 | 57.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 150 | 130 | 0.97 | 0 | 0.13 | 0.41 | 171.72 | 0.94 | 0.3 |
| Hex | 5 | 96 | 82 | 61 | 0 | D | 29 | AC | 5E | 1E |
| Octal | 5 | 226 | 202 | 141 | 0 | 15 | 51 | 254 | 136 | 36 |
| Binary | 101 | 10010110 | 10000010 | 1100001 | 0 | 1101 | 101001 | 10101100 | 1011110 | 11110 |
Color Harmonies of #059682
Complementary color
Monochromatic Colors of #059682
Black with #059682
Text Example
Text Example
White with #059682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059682; }
p { color: rgb(5,150,130); }
H1.HeaderClassName
{
color: #059682;
}
.AnyTagClassName
{
color: #059682;
}
</style>
background-color css
<style>
a { background-color: #059682; }
a { background-color: rgb(5,150,130); }
div.DivClassName
{
background-color: #059682;
}
.BgClassName
{
background-color: #059682;
}
</style>
border-color css
<style>
span { border-color: #059682; }
span { border-color: rgb(5,150,130); }
td.TdClassName
{
border-color: #059682;
}
.TagClassName
{
border-color: #059682;
}
</style>