Shades of Persian Green #03A087
Tints of Persian Green #03A087
RGB
CMYK
RGB Variations
Color information
#03A087 (or 0x03A087) is known color: Persian Green. HEX triplet: 03, A0 and 87. RGB value is (3,160,135). Sum of RGB (Red+Green+Blue) = 3+160+135=298 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 298); Green value is 160 (62.89% from 255 or 53.69% from 298); Blue value is 135 (53.12% from 255 or 45.30% from 298); Max value from RGB is 160 - color contains mainly: green. Hex color #03A087 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03A087 is #FC5F78. Grayscale: #6E6E6E. Windows color (decimal): -16539513 or 8888323. OLE color: 8888323.
HSL color Cylindrical-coordinate representation of color #03A087: hue angle of 170.45º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03A087 is Cyan = 0.98, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 3 | 160 | 135 | - |
| CMYK | 0.98 | 0 | 0.16 | 0.37 |
| HSL | 170.45º | 0.96% | 0.32% | - |
| HSV(B) | 170.45º | 0.98% | 0.63% | - |
| XYZ | 16.98 | 26.91 | 27.22 | - |
| YUV | 110.21 | 141.99 | 51.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 160 | 135 | 0.98 | 0 | 0.16 | 0.37 | 170.45 | 0.96 | 0.32 |
| Hex | 3 | A0 | 87 | 62 | 0 | 10 | 25 | AA | 60 | 20 |
| Octal | 3 | 240 | 207 | 142 | 0 | 20 | 45 | 252 | 140 | 40 |
| Binary | 11 | 10100000 | 10000111 | 1100010 | 0 | 10000 | 100101 | 10101010 | 1100000 | 100000 |
Color Harmonies of #03A087
Complementary color
Monochromatic Colors of #03A087
Black with #03A087
Text Example
Text Example
White with #03A087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A087; }
p { color: rgb(3,160,135); }
H1.HeaderClassName
{
color: #03A087;
}
.AnyTagClassName
{
color: #03A087;
}
</style>
background-color css
<style>
a { background-color: #03A087; }
a { background-color: rgb(3,160,135); }
div.DivClassName
{
background-color: #03A087;
}
.BgClassName
{
background-color: #03A087;
}
</style>
border-color css
<style>
span { border-color: #03A087; }
span { border-color: rgb(3,160,135); }
td.TdClassName
{
border-color: #03A087;
}
.TagClassName
{
border-color: #03A087;
}
</style>