Shades of Dark Cyan #059688
Tints of Dark Cyan #059688
RGB
CMYK
RGB Variations
Color information
#059688 (or 0x059688) is known color: Dark Cyan. HEX triplet: 05, 96 and 88. RGB value is (5,150,136). Sum of RGB (Red+Green+Blue) = 5+150+136=291 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.72% from 291); Green value is 150 (58.98% from 255 or 51.55% from 291); Blue value is 136 (53.52% from 255 or 46.74% from 291); Max value from RGB is 150 - color contains mainly: green. Hex color #059688 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059688 is #FA6977. Grayscale: #686868. Windows color (decimal): -16411000 or 8951301. OLE color: 8951301.
HSL color Cylindrical-coordinate representation of color #059688: hue angle of 174.21º 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 #059688 is Cyan = 0.97, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 5 | 150 | 136 | - |
| CMYK | 0.97 | 0 | 0.09 | 0.41 |
| HSL | 174.21º | 0.94% | 0.3% | - |
| HSV(B) | 174.21º | 0.97% | 0.59% | - |
| XYZ | 15.41 | 23.62 | 27.04 | - |
| YUV | 105.05 | 145.46 | 56.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 150 | 136 | 0.97 | 0 | 0.09 | 0.41 | 174.21 | 0.94 | 0.3 |
| Hex | 5 | 96 | 88 | 61 | 0 | 9 | 29 | AE | 5E | 1E |
| Octal | 5 | 226 | 210 | 141 | 0 | 11 | 51 | 256 | 136 | 36 |
| Binary | 101 | 10010110 | 10001000 | 1100001 | 0 | 1001 | 101001 | 10101110 | 1011110 | 11110 |
Color Harmonies of #059688
Complementary color
Monochromatic Colors of #059688
Black with #059688
Text Example
Text Example
White with #059688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059688; }
p { color: rgb(5,150,136); }
H1.HeaderClassName
{
color: #059688;
}
.AnyTagClassName
{
color: #059688;
}
</style>
background-color css
<style>
a { background-color: #059688; }
a { background-color: rgb(5,150,136); }
div.DivClassName
{
background-color: #059688;
}
.BgClassName
{
background-color: #059688;
}
</style>
border-color css
<style>
span { border-color: #059688; }
span { border-color: rgb(5,150,136); }
td.TdClassName
{
border-color: #059688;
}
.TagClassName
{
border-color: #059688;
}
</style>