Shades of Persian Green #03ABA0
Tints of Persian Green #03ABA0
RGB
CMYK
RGB Variations
Color information
#03ABA0 (or 0x03ABA0) is known color: Persian Green. HEX triplet: 03, AB and A0. RGB value is (3,171,160). Sum of RGB (Red+Green+Blue) = 3+171+160=334 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 334); Green value is 171 (67.19% from 255 or 51.20% from 334); Blue value is 160 (62.89% from 255 or 47.90% from 334); Max value from RGB is 171 - color contains mainly: green. Hex color #03ABA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03ABA0 is #FC545F. Grayscale: #777777. Windows color (decimal): -16536672 or 10529539. OLE color: 10529539.
HSL color Cylindrical-coordinate representation of color #03ABA0: hue angle of 176.07º 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 #03ABA0 is Cyan = 0.98, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 171 | 160 | - |
| CMYK | 0.98 | 0 | 0.06 | 0.33 |
| HSL | 176.07º | 0.97% | 0.34% | - |
| HSV(B) | 176.07º | 0.98% | 0.67% | - |
| XYZ | 20.95 | 31.68 | 38.27 | - |
| YUV | 119.51 | 150.84 | 44.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 171 | 160 | 0.98 | 0 | 0.06 | 0.33 | 176.07 | 0.97 | 0.34 |
| Hex | 3 | AB | A0 | 62 | 0 | 6 | 21 | B0 | 61 | 22 |
| Octal | 3 | 253 | 240 | 142 | 0 | 6 | 41 | 260 | 141 | 42 |
| Binary | 11 | 10101011 | 10100000 | 1100010 | 0 | 110 | 100001 | 10110000 | 1100001 | 100010 |
Color Harmonies of #03ABA0
Complementary color
Monochromatic Colors of #03ABA0
Black with #03ABA0
Text Example
Text Example
White with #03ABA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03ABA0; }
p { color: rgb(3,171,160); }
H1.HeaderClassName
{
color: #03ABA0;
}
.AnyTagClassName
{
color: #03ABA0;
}
</style>
background-color css
<style>
a { background-color: #03ABA0; }
a { background-color: rgb(3,171,160); }
div.DivClassName
{
background-color: #03ABA0;
}
.BgClassName
{
background-color: #03ABA0;
}
</style>
border-color css
<style>
span { border-color: #03ABA0; }
span { border-color: rgb(3,171,160); }
td.TdClassName
{
border-color: #03ABA0;
}
.TagClassName
{
border-color: #03ABA0;
}
</style>