Shades of Persian Green #03AA8F
Tints of Persian Green #03AA8F
RGB
CMYK
RGB Variations
Color information
#03AA8F (or 0x03AA8F) is known color: Persian Green. HEX triplet: 03, AA and 8F. RGB value is (3,170,143). Sum of RGB (Red+Green+Blue) = 3+170+143=316 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 316); Green value is 170 (66.80% from 255 or 53.80% from 316); Blue value is 143 (56.25% from 255 or 45.25% from 316); Max value from RGB is 170 - color contains mainly: green. Hex color #03AA8F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03AA8F is #FC5570. Grayscale: #747474. Windows color (decimal): -16536945 or 9415171. OLE color: 9415171.
HSL color Cylindrical-coordinate representation of color #03AA8F: hue angle of 170.3º 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 #03AA8F is Cyan = 0.98, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 170 | 143 | - |
| CMYK | 0.98 | 0 | 0.16 | 0.33 |
| HSL | 170.3º | 0.97% | 0.34% | - |
| HSV(B) | 170.3º | 0.98% | 0.67% | - |
| XYZ | 19.37 | 30.75 | 30.9 | - |
| YUV | 116.99 | 142.67 | 46.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 170 | 143 | 0.98 | 0 | 0.16 | 0.33 | 170.3 | 0.97 | 0.34 |
| Hex | 3 | AA | 8F | 62 | 0 | 10 | 21 | AA | 61 | 22 |
| Octal | 3 | 252 | 217 | 142 | 0 | 20 | 41 | 252 | 141 | 42 |
| Binary | 11 | 10101010 | 10001111 | 1100010 | 0 | 10000 | 100001 | 10101010 | 1100001 | 100010 |
Color Harmonies of #03AA8F
Complementary color
Monochromatic Colors of #03AA8F
Black with #03AA8F
Text Example
Text Example
White with #03AA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03AA8F; }
p { color: rgb(3,170,143); }
H1.HeaderClassName
{
color: #03AA8F;
}
.AnyTagClassName
{
color: #03AA8F;
}
</style>
background-color css
<style>
a { background-color: #03AA8F; }
a { background-color: rgb(3,170,143); }
div.DivClassName
{
background-color: #03AA8F;
}
.BgClassName
{
background-color: #03AA8F;
}
</style>
border-color css
<style>
span { border-color: #03AA8F; }
span { border-color: rgb(3,170,143); }
td.TdClassName
{
border-color: #03AA8F;
}
.TagClassName
{
border-color: #03AA8F;
}
</style>