Shades of Persian Green #03A9A0
Tints of Persian Green #03A9A0
RGB
CMYK
RGB Variations
Color information
#03A9A0 (or 0x03A9A0) is known color: Persian Green. HEX triplet: 03, A9 and A0. RGB value is (3,169,160). Sum of RGB (Red+Green+Blue) = 3+169+160=332 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 332); Green value is 169 (66.41% from 255 or 50.90% from 332); Blue value is 160 (62.89% from 255 or 48.19% from 332); Max value from RGB is 169 - color contains mainly: green. Hex color #03A9A0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03A9A0 is #FC565F. Grayscale: #767676. Windows color (decimal): -16537184 or 10529027. OLE color: 10529027.
HSL color Cylindrical-coordinate representation of color #03A9A0: hue angle of 176.75º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03A9A0 is Cyan = 0.98, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 3 | 169 | 160 | - |
| CMYK | 0.98 | 0 | 0.05 | 0.34 |
| HSL | 176.75º | 0.97% | 0.34% | - |
| HSV(B) | 176.75º | 0.98% | 0.66% | - |
| XYZ | 20.57 | 30.93 | 38.14 | - |
| YUV | 118.34 | 151.5 | 45.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 169 | 160 | 0.98 | 0 | 0.05 | 0.34 | 176.75 | 0.97 | 0.34 |
| Hex | 3 | A9 | A0 | 62 | 0 | 5 | 22 | B1 | 61 | 22 |
| Octal | 3 | 251 | 240 | 142 | 0 | 5 | 42 | 261 | 141 | 42 |
| Binary | 11 | 10101001 | 10100000 | 1100010 | 0 | 101 | 100010 | 10110001 | 1100001 | 100010 |
Color Harmonies of #03A9A0
Complementary color
Monochromatic Colors of #03A9A0
Black with #03A9A0
Text Example
Text Example
White with #03A9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A9A0; }
p { color: rgb(3,169,160); }
H1.HeaderClassName
{
color: #03A9A0;
}
.AnyTagClassName
{
color: #03A9A0;
}
</style>
background-color css
<style>
a { background-color: #03A9A0; }
a { background-color: rgb(3,169,160); }
div.DivClassName
{
background-color: #03A9A0;
}
.BgClassName
{
background-color: #03A9A0;
}
</style>
border-color css
<style>
span { border-color: #03A9A0; }
span { border-color: rgb(3,169,160); }
td.TdClassName
{
border-color: #03A9A0;
}
.TagClassName
{
border-color: #03A9A0;
}
</style>