Shades of Persian Green #03A78E
Tints of Persian Green #03A78E
RGB
CMYK
RGB Variations
Color information
#03A78E (or 0x03A78E) is known color: Persian Green. HEX triplet: 03, A7 and 8E. RGB value is (3,167,142). Sum of RGB (Red+Green+Blue) = 3+167+142=312 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 312); Green value is 167 (65.62% from 255 or 53.53% from 312); Blue value is 142 (55.86% from 255 or 45.51% from 312); Max value from RGB is 167 - color contains mainly: green. Hex color #03A78E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03A78E is #FC5871. Grayscale: #737373. Windows color (decimal): -16537714 or 9348867. OLE color: 9348867.
HSL color Cylindrical-coordinate representation of color #03A78E: hue angle of 170.85º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03A78E is Cyan = 0.98, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 3 | 167 | 142 | - |
| CMYK | 0.98 | 0 | 0.15 | 0.35 |
| HSL | 170.85º | 0.96% | 0.33% | - |
| HSV(B) | 170.85º | 0.98% | 0.65% | - |
| XYZ | 18.74 | 29.61 | 30.32 | - |
| YUV | 115.11 | 143.17 | 48.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 167 | 142 | 0.98 | 0 | 0.15 | 0.35 | 170.85 | 0.96 | 0.33 |
| Hex | 3 | A7 | 8E | 62 | 0 | F | 23 | AB | 60 | 21 |
| Octal | 3 | 247 | 216 | 142 | 0 | 17 | 43 | 253 | 140 | 41 |
| Binary | 11 | 10100111 | 10001110 | 1100010 | 0 | 1111 | 100011 | 10101011 | 1100000 | 100001 |
Color Harmonies of #03A78E
Complementary color
Monochromatic Colors of #03A78E
Black with #03A78E
Text Example
Text Example
White with #03A78E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A78E; }
p { color: rgb(3,167,142); }
H1.HeaderClassName
{
color: #03A78E;
}
.AnyTagClassName
{
color: #03A78E;
}
</style>
background-color css
<style>
a { background-color: #03A78E; }
a { background-color: rgb(3,167,142); }
div.DivClassName
{
background-color: #03A78E;
}
.BgClassName
{
background-color: #03A78E;
}
</style>
border-color css
<style>
span { border-color: #03A78E; }
span { border-color: rgb(3,167,142); }
td.TdClassName
{
border-color: #03A78E;
}
.TagClassName
{
border-color: #03A78E;
}
</style>