Shades of Persian Green #03A599
Tints of Persian Green #03A599
RGB
CMYK
RGB Variations
Color information
#03A599 (or 0x03A599) is known color: Persian Green. HEX triplet: 03, A5 and 99. RGB value is (3,165,153). Sum of RGB (Red+Green+Blue) = 3+165+153=321 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 321); Green value is 165 (64.84% from 255 or 51.40% from 321); Blue value is 153 (60.16% from 255 or 47.66% from 321); Max value from RGB is 165 - color contains mainly: green. Hex color #03A599 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03A599 is #FC5A66. Grayscale: #737373. Windows color (decimal): -16538215 or 10069251. OLE color: 10069251.
HSL color Cylindrical-coordinate representation of color #03A599: hue angle of 175.56º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03A599 is Cyan = 0.98, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 3 | 165 | 153 | - |
| CMYK | 0.98 | 0 | 0.07 | 0.35 |
| HSL | 175.56º | 0.96% | 0.33% | - |
| HSV(B) | 175.56º | 0.98% | 0.65% | - |
| XYZ | 19.24 | 29.23 | 34.76 | - |
| YUV | 115.19 | 149.33 | 47.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 165 | 153 | 0.98 | 0 | 0.07 | 0.35 | 175.56 | 0.96 | 0.33 |
| Hex | 3 | A5 | 99 | 62 | 0 | 7 | 23 | B0 | 60 | 21 |
| Octal | 3 | 245 | 231 | 142 | 0 | 7 | 43 | 260 | 140 | 41 |
| Binary | 11 | 10100101 | 10011001 | 1100010 | 0 | 111 | 100011 | 10110000 | 1100000 | 100001 |
Color Harmonies of #03A599
Complementary color
Monochromatic Colors of #03A599
Black with #03A599
Text Example
Text Example
White with #03A599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A599; }
p { color: rgb(3,165,153); }
H1.HeaderClassName
{
color: #03A599;
}
.AnyTagClassName
{
color: #03A599;
}
</style>
background-color css
<style>
a { background-color: #03A599; }
a { background-color: rgb(3,165,153); }
div.DivClassName
{
background-color: #03A599;
}
.BgClassName
{
background-color: #03A599;
}
</style>
border-color css
<style>
span { border-color: #03A599; }
span { border-color: rgb(3,165,153); }
td.TdClassName
{
border-color: #03A599;
}
.TagClassName
{
border-color: #03A599;
}
</style>