Shades of Dark Cyan #059296
Tints of Dark Cyan #059296
RGB
CMYK
RGB Variations
Color information
#059296 (or 0x059296) is known color: Dark Cyan. HEX triplet: 05, 92 and 96. RGB value is (5,146,150). Sum of RGB (Red+Green+Blue) = 5+146+150=301 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.66% from 301); Green value is 146 (57.42% from 255 or 48.50% from 301); Blue value is 150 (58.98% from 255 or 49.83% from 301); Max value from RGB is 150 - color contains mainly: blue. Hex color #059296 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059296 is #FA6D69. Grayscale: #686868. Windows color (decimal): -16412010 or 9867781. OLE color: 9867781.
HSL color Cylindrical-coordinate representation of color #059296: hue angle of 181.66º 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 #059296 is Cyan = 0.97, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 5 | 146 | 150 | - |
| CMYK | 0.97 | 0.03 | 0 | 0.41 |
| HSL | 181.66º | 0.94% | 0.3% | - |
| HSV(B) | 181.66º | 0.97% | 0.59% | - |
| XYZ | 15.85 | 22.79 | 32.42 | - |
| YUV | 104.3 | 153.79 | 57.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 146 | 150 | 0.97 | 0.03 | 0 | 0.41 | 181.66 | 0.94 | 0.3 |
| Hex | 5 | 92 | 96 | 61 | 3 | 0 | 29 | B6 | 5E | 1E |
| Octal | 5 | 222 | 226 | 141 | 3 | 0 | 51 | 266 | 136 | 36 |
| Binary | 101 | 10010010 | 10010110 | 1100001 | 11 | 0 | 101001 | 10110110 | 1011110 | 11110 |
Color Harmonies of #059296
Complementary color
Monochromatic Colors of #059296
Black with #059296
Text Example
Text Example
White with #059296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059296; }
p { color: rgb(5,146,150); }
H1.HeaderClassName
{
color: #059296;
}
.AnyTagClassName
{
color: #059296;
}
</style>
background-color css
<style>
a { background-color: #059296; }
a { background-color: rgb(5,146,150); }
div.DivClassName
{
background-color: #059296;
}
.BgClassName
{
background-color: #059296;
}
</style>
border-color css
<style>
span { border-color: #059296; }
span { border-color: rgb(5,146,150); }
td.TdClassName
{
border-color: #059296;
}
.TagClassName
{
border-color: #059296;
}
</style>