Shades of Persian Green #059D9E
Tints of Persian Green #059D9E
RGB
CMYK
RGB Variations
Color information
#059D9E (or 0x059D9E) is known color: Persian Green. HEX triplet: 05, 9D and 9E. RGB value is (5,157,158). Sum of RGB (Red+Green+Blue) = 5+157+158=320 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.56% from 320); Green value is 157 (61.72% from 255 or 49.06% from 320); Blue value is 158 (62.11% from 255 or 49.38% from 320); Max value from RGB is 158 - color contains mainly: blue. Hex color #059D9E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059D9E is #FA6261. Grayscale: #6F6F6F. Windows color (decimal): -16409186 or 10394885. OLE color: 10394885.
HSL color Cylindrical-coordinate representation of color #059D9E: hue angle of 180.39º 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 #059D9E is Cyan = 0.97, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 5 | 157 | 158 | - |
| CMYK | 0.97 | 0.01 | 0 | 0.38 |
| HSL | 180.39º | 0.94% | 0.32% | - |
| HSV(B) | 180.39º | 0.97% | 0.62% | - |
| XYZ | 18.29 | 26.61 | 36.52 | - |
| YUV | 111.67 | 154.14 | 51.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 157 | 158 | 0.97 | 0.01 | 0 | 0.38 | 180.39 | 0.94 | 0.32 |
| Hex | 5 | 9D | 9E | 61 | 1 | 0 | 26 | B4 | 5E | 20 |
| Octal | 5 | 235 | 236 | 141 | 1 | 0 | 46 | 264 | 136 | 40 |
| Binary | 101 | 10011101 | 10011110 | 1100001 | 1 | 0 | 100110 | 10110100 | 1011110 | 100000 |
Color Harmonies of #059D9E
Complementary color
Monochromatic Colors of #059D9E
Black with #059D9E
Text Example
Text Example
White with #059D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059D9E; }
p { color: rgb(5,157,158); }
H1.HeaderClassName
{
color: #059D9E;
}
.AnyTagClassName
{
color: #059D9E;
}
</style>
background-color css
<style>
a { background-color: #059D9E; }
a { background-color: rgb(5,157,158); }
div.DivClassName
{
background-color: #059D9E;
}
.BgClassName
{
background-color: #059D9E;
}
</style>
border-color css
<style>
span { border-color: #059D9E; }
span { border-color: rgb(5,157,158); }
td.TdClassName
{
border-color: #059D9E;
}
.TagClassName
{
border-color: #059D9E;
}
</style>