Shades of Persian Green #059FA3
Tints of Persian Green #059FA3
RGB
CMYK
RGB Variations
Color information
#059FA3 (or 0x059FA3) is known color: Persian Green. HEX triplet: 05, 9F and A3. RGB value is (5,159,163). Sum of RGB (Red+Green+Blue) = 5+159+163=327 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.53% from 327); Green value is 159 (62.5% from 255 or 48.62% from 327); Blue value is 163 (64.06% from 255 or 49.85% from 327); Max value from RGB is 163 - color contains mainly: blue. Hex color #059FA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059FA3 is #FA605C. Grayscale: #717171. Windows color (decimal): -16408669 or 10723077. OLE color: 10723077.
HSL color Cylindrical-coordinate representation of color #059FA3: hue angle of 181.52º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059FA3 is Cyan = 0.97, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 5 | 159 | 163 | - |
| CMYK | 0.97 | 0.02 | 0 | 0.36 |
| HSL | 181.52º | 0.94% | 0.33% | - |
| HSV(B) | 181.52º | 0.97% | 0.64% | - |
| XYZ | 19.07 | 27.47 | 38.95 | - |
| YUV | 113.41 | 155.98 | 50.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 159 | 163 | 0.97 | 0.02 | 0 | 0.36 | 181.52 | 0.94 | 0.33 |
| Hex | 5 | 9F | A3 | 61 | 2 | 0 | 24 | B6 | 5E | 21 |
| Octal | 5 | 237 | 243 | 141 | 2 | 0 | 44 | 266 | 136 | 41 |
| Binary | 101 | 10011111 | 10100011 | 1100001 | 10 | 0 | 100100 | 10110110 | 1011110 | 100001 |
Color Harmonies of #059FA3
Complementary color
Monochromatic Colors of #059FA3
Black with #059FA3
Text Example
Text Example
White with #059FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059FA3; }
p { color: rgb(5,159,163); }
H1.HeaderClassName
{
color: #059FA3;
}
.AnyTagClassName
{
color: #059FA3;
}
</style>
background-color css
<style>
a { background-color: #059FA3; }
a { background-color: rgb(5,159,163); }
div.DivClassName
{
background-color: #059FA3;
}
.BgClassName
{
background-color: #059FA3;
}
</style>
border-color css
<style>
span { border-color: #059FA3; }
span { border-color: rgb(5,159,163); }
td.TdClassName
{
border-color: #059FA3;
}
.TagClassName
{
border-color: #059FA3;
}
</style>