Shades of Persian Green #03A08B
Tints of Persian Green #03A08B
RGB
CMYK
RGB Variations
Color information
#03A08B (or 0x03A08B) is known color: Persian Green. HEX triplet: 03, A0 and 8B. RGB value is (3,160,139). Sum of RGB (Red+Green+Blue) = 3+160+139=302 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 302); Green value is 160 (62.89% from 255 or 52.98% from 302); Blue value is 139 (54.69% from 255 or 46.03% from 302); Max value from RGB is 160 - color contains mainly: green. Hex color #03A08B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03A08B is #FC5F74. Grayscale: #6E6E6E. Windows color (decimal): -16539509 or 9150467. OLE color: 9150467.
HSL color Cylindrical-coordinate representation of color #03A08B: hue angle of 171.97º 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 #03A08B is Cyan = 0.98, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 3 | 160 | 139 | - |
| CMYK | 0.98 | 0 | 0.13 | 0.37 |
| HSL | 171.97º | 0.96% | 0.32% | - |
| HSV(B) | 171.97º | 0.98% | 0.63% | - |
| XYZ | 17.27 | 27.03 | 28.73 | - |
| YUV | 110.66 | 143.99 | 51.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 160 | 139 | 0.98 | 0 | 0.13 | 0.37 | 171.97 | 0.96 | 0.32 |
| Hex | 3 | A0 | 8B | 62 | 0 | D | 25 | AC | 60 | 20 |
| Octal | 3 | 240 | 213 | 142 | 0 | 15 | 45 | 254 | 140 | 40 |
| Binary | 11 | 10100000 | 10001011 | 1100010 | 0 | 1101 | 100101 | 10101100 | 1100000 | 100000 |
Color Harmonies of #03A08B
Complementary color
Monochromatic Colors of #03A08B
Black with #03A08B
Text Example
Text Example
White with #03A08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A08B; }
p { color: rgb(3,160,139); }
H1.HeaderClassName
{
color: #03A08B;
}
.AnyTagClassName
{
color: #03A08B;
}
</style>
background-color css
<style>
a { background-color: #03A08B; }
a { background-color: rgb(3,160,139); }
div.DivClassName
{
background-color: #03A08B;
}
.BgClassName
{
background-color: #03A08B;
}
</style>
border-color css
<style>
span { border-color: #03A08B; }
span { border-color: rgb(3,160,139); }
td.TdClassName
{
border-color: #03A08B;
}
.TagClassName
{
border-color: #03A08B;
}
</style>