Shades of Persian Green #03AA9A
Tints of Persian Green #03AA9A
RGB
CMYK
RGB Variations
Color information
#03AA9A (or 0x03AA9A) is known color: Persian Green. HEX triplet: 03, AA and 9A. RGB value is (3,170,154). Sum of RGB (Red+Green+Blue) = 3+170+154=327 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.92% from 327); Green value is 170 (66.80% from 255 or 51.99% from 327); Blue value is 154 (60.55% from 255 or 47.09% from 327); Max value from RGB is 170 - color contains mainly: green. Hex color #03AA9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03AA9A is #FC5565. Grayscale: #767676. Windows color (decimal): -16536934 or 10136067. OLE color: 10136067.
HSL color Cylindrical-coordinate representation of color #03AA9A: hue angle of 174.25º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03AA9A is Cyan = 0.98, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 170 | 154 | - |
| CMYK | 0.98 | 0 | 0.09 | 0.33 |
| HSL | 174.25º | 0.97% | 0.34% | - |
| HSV(B) | 174.25º | 0.98% | 0.67% | - |
| XYZ | 20.25 | 31.1 | 35.51 | - |
| YUV | 118.24 | 148.17 | 45.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 170 | 154 | 0.98 | 0 | 0.09 | 0.33 | 174.25 | 0.97 | 0.34 |
| Hex | 3 | AA | 9A | 62 | 0 | 9 | 21 | AE | 61 | 22 |
| Octal | 3 | 252 | 232 | 142 | 0 | 11 | 41 | 256 | 141 | 42 |
| Binary | 11 | 10101010 | 10011010 | 1100010 | 0 | 1001 | 100001 | 10101110 | 1100001 | 100010 |
Color Harmonies of #03AA9A
Complementary color
Monochromatic Colors of #03AA9A
Black with #03AA9A
Text Example
Text Example
White with #03AA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03AA9A; }
p { color: rgb(3,170,154); }
H1.HeaderClassName
{
color: #03AA9A;
}
.AnyTagClassName
{
color: #03AA9A;
}
</style>
background-color css
<style>
a { background-color: #03AA9A; }
a { background-color: rgb(3,170,154); }
div.DivClassName
{
background-color: #03AA9A;
}
.BgClassName
{
background-color: #03AA9A;
}
</style>
border-color css
<style>
span { border-color: #03AA9A; }
span { border-color: rgb(3,170,154); }
td.TdClassName
{
border-color: #03AA9A;
}
.TagClassName
{
border-color: #03AA9A;
}
</style>