Shades of Persian Green #059FA0
Tints of Persian Green #059FA0
RGB
CMYK
RGB Variations
Color information
#059FA0 (or 0x059FA0) is known color: Persian Green. HEX triplet: 05, 9F and A0. RGB value is (5,159,160). Sum of RGB (Red+Green+Blue) = 5+159+160=324 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.54% from 324); Green value is 159 (62.5% from 255 or 49.07% from 324); Blue value is 160 (62.89% from 255 or 49.38% from 324); Max value from RGB is 160 - color contains mainly: blue. Hex color #059FA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059FA0 is #FA605F. Grayscale: #707070. Windows color (decimal): -16408672 or 10526469. OLE color: 10526469.
HSL color Cylindrical-coordinate representation of color #059FA0: hue angle of 180.39º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059FA0 is Cyan = 0.97, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 5 | 159 | 160 | - |
| CMYK | 0.97 | 0.01 | 0 | 0.37 |
| HSL | 180.39º | 0.94% | 0.32% | - |
| HSV(B) | 180.39º | 0.97% | 0.63% | - |
| XYZ | 18.81 | 27.37 | 37.55 | - |
| YUV | 113.07 | 154.48 | 50.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 159 | 160 | 0.97 | 0.01 | 0 | 0.37 | 180.39 | 0.94 | 0.32 |
| Hex | 5 | 9F | A0 | 61 | 1 | 0 | 25 | B4 | 5E | 20 |
| Octal | 5 | 237 | 240 | 141 | 1 | 0 | 45 | 264 | 136 | 40 |
| Binary | 101 | 10011111 | 10100000 | 1100001 | 1 | 0 | 100101 | 10110100 | 1011110 | 100000 |
Color Harmonies of #059FA0
Complementary color
Monochromatic Colors of #059FA0
Black with #059FA0
Text Example
Text Example
White with #059FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059FA0; }
p { color: rgb(5,159,160); }
H1.HeaderClassName
{
color: #059FA0;
}
.AnyTagClassName
{
color: #059FA0;
}
</style>
background-color css
<style>
a { background-color: #059FA0; }
a { background-color: rgb(5,159,160); }
div.DivClassName
{
background-color: #059FA0;
}
.BgClassName
{
background-color: #059FA0;
}
</style>
border-color css
<style>
span { border-color: #059FA0; }
span { border-color: rgb(5,159,160); }
td.TdClassName
{
border-color: #059FA0;
}
.TagClassName
{
border-color: #059FA0;
}
</style>