Shades of Persian Green #03A7A5
Tints of Persian Green #03A7A5
RGB
CMYK
RGB Variations
Color information
#03A7A5 (or 0x03A7A5) is known color: Persian Green. HEX triplet: 03, A7 and A5. RGB value is (3,167,165). Sum of RGB (Red+Green+Blue) = 3+167+165=335 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 335); Green value is 167 (65.62% from 255 or 49.85% from 335); Blue value is 165 (64.84% from 255 or 49.25% from 335); Max value from RGB is 167 - color contains mainly: green. Hex color #03A7A5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03A7A5 is #FC585A. Grayscale: #757575. Windows color (decimal): -16537691 or 10856195. OLE color: 10856195.
HSL color Cylindrical-coordinate representation of color #03A7A5: hue angle of 179.27º 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 #03A7A5 is Cyan = 0.98, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 3 | 167 | 165 | - |
| CMYK | 0.98 | 0 | 0.01 | 0.35 |
| HSL | 179.27º | 0.96% | 0.33% | - |
| HSV(B) | 179.27º | 0.98% | 0.65% | - |
| XYZ | 20.65 | 30.37 | 40.37 | - |
| YUV | 117.74 | 154.67 | 46.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 167 | 165 | 0.98 | 0 | 0.01 | 0.35 | 179.27 | 0.96 | 0.33 |
| Hex | 3 | A7 | A5 | 62 | 0 | 1 | 23 | B3 | 60 | 21 |
| Octal | 3 | 247 | 245 | 142 | 0 | 1 | 43 | 263 | 140 | 41 |
| Binary | 11 | 10100111 | 10100101 | 1100010 | 0 | 1 | 100011 | 10110011 | 1100000 | 100001 |
Color Harmonies of #03A7A5
Complementary color
Monochromatic Colors of #03A7A5
Black with #03A7A5
Text Example
Text Example
White with #03A7A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A7A5; }
p { color: rgb(3,167,165); }
H1.HeaderClassName
{
color: #03A7A5;
}
.AnyTagClassName
{
color: #03A7A5;
}
</style>
background-color css
<style>
a { background-color: #03A7A5; }
a { background-color: rgb(3,167,165); }
div.DivClassName
{
background-color: #03A7A5;
}
.BgClassName
{
background-color: #03A7A5;
}
</style>
border-color css
<style>
span { border-color: #03A7A5; }
span { border-color: rgb(3,167,165); }
td.TdClassName
{
border-color: #03A7A5;
}
.TagClassName
{
border-color: #03A7A5;
}
</style>