Shades of Persian Green #059E86
Tints of Persian Green #059E86
RGB
CMYK
RGB Variations
Color information
#059E86 (or 0x059E86) is known color: Persian Green. HEX triplet: 05, 9E and 86. RGB value is (5,158,134). Sum of RGB (Red+Green+Blue) = 5+158+134=297 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.68% from 297); Green value is 158 (62.11% from 255 or 53.20% from 297); Blue value is 134 (52.73% from 255 or 45.12% from 297); Max value from RGB is 158 - color contains mainly: green. Hex color #059E86 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059E86 is #FA6179. Grayscale: #6D6D6D. Windows color (decimal): -16408954 or 8822277. OLE color: 8822277.
HSL color Cylindrical-coordinate representation of color #059E86: hue angle of 170.59º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059E86 is Cyan = 0.97, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 5 | 158 | 134 | - |
| CMYK | 0.97 | 0 | 0.15 | 0.38 |
| HSL | 170.59º | 0.94% | 0.32% | - |
| HSV(B) | 170.59º | 0.97% | 0.62% | - |
| XYZ | 16.59 | 26.21 | 26.74 | - |
| YUV | 109.52 | 141.81 | 53.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 158 | 134 | 0.97 | 0 | 0.15 | 0.38 | 170.59 | 0.94 | 0.32 |
| Hex | 5 | 9E | 86 | 61 | 0 | F | 26 | AB | 5E | 20 |
| Octal | 5 | 236 | 206 | 141 | 0 | 17 | 46 | 253 | 136 | 40 |
| Binary | 101 | 10011110 | 10000110 | 1100001 | 0 | 1111 | 100110 | 10101011 | 1011110 | 100000 |
Color Harmonies of #059E86
Complementary color
Monochromatic Colors of #059E86
Black with #059E86
Text Example
Text Example
White with #059E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059E86; }
p { color: rgb(5,158,134); }
H1.HeaderClassName
{
color: #059E86;
}
.AnyTagClassName
{
color: #059E86;
}
</style>
background-color css
<style>
a { background-color: #059E86; }
a { background-color: rgb(5,158,134); }
div.DivClassName
{
background-color: #059E86;
}
.BgClassName
{
background-color: #059E86;
}
</style>
border-color css
<style>
span { border-color: #059E86; }
span { border-color: rgb(5,158,134); }
td.TdClassName
{
border-color: #059E86;
}
.TagClassName
{
border-color: #059E86;
}
</style>