Shades of Dark Cyan #059784
Tints of Dark Cyan #059784
RGB
CMYK
RGB Variations
Color information
#059784 (or 0x059784) is known color: Dark Cyan. HEX triplet: 05, 97 and 84. RGB value is (5,151,132). Sum of RGB (Red+Green+Blue) = 5+151+132=288 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.74% from 288); Green value is 151 (59.38% from 255 or 52.43% from 288); Blue value is 132 (51.95% from 255 or 45.83% from 288); Max value from RGB is 151 - color contains mainly: green. Hex color #059784 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059784 is #FA687B. Grayscale: #696969. Windows color (decimal): -16410748 or 8689413. OLE color: 8689413.
HSL color Cylindrical-coordinate representation of color #059784: hue angle of 172.19º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059784 is Cyan = 0.97, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 5 | 151 | 132 | - |
| CMYK | 0.97 | 0 | 0.13 | 0.41 |
| HSL | 172.19º | 0.94% | 0.31% | - |
| HSV(B) | 172.19º | 0.97% | 0.59% | - |
| XYZ | 15.29 | 23.83 | 25.62 | - |
| YUV | 105.18 | 143.13 | 56.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 151 | 132 | 0.97 | 0 | 0.13 | 0.41 | 172.19 | 0.94 | 0.31 |
| Hex | 5 | 97 | 84 | 61 | 0 | D | 29 | AC | 5E | 1F |
| Octal | 5 | 227 | 204 | 141 | 0 | 15 | 51 | 254 | 136 | 37 |
| Binary | 101 | 10010111 | 10000100 | 1100001 | 0 | 1101 | 101001 | 10101100 | 1011110 | 11111 |
Color Harmonies of #059784
Complementary color
Monochromatic Colors of #059784
Black with #059784
Text Example
Text Example
White with #059784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059784; }
p { color: rgb(5,151,132); }
H1.HeaderClassName
{
color: #059784;
}
.AnyTagClassName
{
color: #059784;
}
</style>
background-color css
<style>
a { background-color: #059784; }
a { background-color: rgb(5,151,132); }
div.DivClassName
{
background-color: #059784;
}
.BgClassName
{
background-color: #059784;
}
</style>
border-color css
<style>
span { border-color: #059784; }
span { border-color: rgb(5,151,132); }
td.TdClassName
{
border-color: #059784;
}
.TagClassName
{
border-color: #059784;
}
</style>