Shades of Dark Cyan #059694
Tints of Dark Cyan #059694
RGB
CMYK
RGB Variations
Color information
#059694 (or 0x059694) is known color: Dark Cyan. HEX triplet: 05, 96 and 94. RGB value is (5,150,148). Sum of RGB (Red+Green+Blue) = 5+150+148=303 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.65% from 303); Green value is 150 (58.98% from 255 or 49.50% from 303); Blue value is 148 (58.20% from 255 or 48.84% from 303); Max value from RGB is 150 - color contains mainly: green. Hex color #059694 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059694 is #FA696B. Grayscale: #6A6A6A. Windows color (decimal): -16410988 or 9737733. OLE color: 9737733.
HSL color Cylindrical-coordinate representation of color #059694: hue angle of 179.17º 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 #059694 is Cyan = 0.97, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 5 | 150 | 148 | - |
| CMYK | 0.97 | 0 | 0.01 | 0.41 |
| HSL | 179.17º | 0.94% | 0.3% | - |
| HSV(B) | 179.17º | 0.97% | 0.59% | - |
| XYZ | 16.31 | 23.98 | 31.79 | - |
| YUV | 106.42 | 151.46 | 55.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 150 | 148 | 0.97 | 0 | 0.01 | 0.41 | 179.17 | 0.94 | 0.3 |
| Hex | 5 | 96 | 94 | 61 | 0 | 1 | 29 | B3 | 5E | 1E |
| Octal | 5 | 226 | 224 | 141 | 0 | 1 | 51 | 263 | 136 | 36 |
| Binary | 101 | 10010110 | 10010100 | 1100001 | 0 | 1 | 101001 | 10110011 | 1011110 | 11110 |
Color Harmonies of #059694
Complementary color
Monochromatic Colors of #059694
Black with #059694
Text Example
Text Example
White with #059694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059694; }
p { color: rgb(5,150,148); }
H1.HeaderClassName
{
color: #059694;
}
.AnyTagClassName
{
color: #059694;
}
</style>
background-color css
<style>
a { background-color: #059694; }
a { background-color: rgb(5,150,148); }
div.DivClassName
{
background-color: #059694;
}
.BgClassName
{
background-color: #059694;
}
</style>
border-color css
<style>
span { border-color: #059694; }
span { border-color: rgb(5,150,148); }
td.TdClassName
{
border-color: #059694;
}
.TagClassName
{
border-color: #059694;
}
</style>