Shades of Persian Green #07A0A3
Tints of Persian Green #07A0A3
RGB
CMYK
RGB Variations
Color information
#07A0A3 (or 0x07A0A3) is known color: Persian Green. HEX triplet: 07, A0 and A3. RGB value is (7,160,163). Sum of RGB (Red+Green+Blue) = 7+160+163=330 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.12% from 330); Green value is 160 (62.89% from 255 or 48.48% from 330); Blue value is 163 (64.06% from 255 or 49.39% from 330); Max value from RGB is 163 - color contains mainly: blue. Hex color #07A0A3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07A0A3 is #F85F5C. Grayscale: #727272. Windows color (decimal): -16277341 or 10723335. OLE color: 10723335.
HSL color Cylindrical-coordinate representation of color #07A0A3: hue angle of 181.15º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A0A3 is Cyan = 0.96, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 7 | 160 | 163 | - |
| CMYK | 0.96 | 0.02 | 0 | 0.36 |
| HSL | 181.15º | 0.92% | 0.33% | - |
| HSV(B) | 181.15º | 0.96% | 0.64% | - |
| XYZ | 19.27 | 27.83 | 39.01 | - |
| YUV | 114.6 | 155.31 | 51.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 160 | 163 | 0.96 | 0.02 | 0 | 0.36 | 181.15 | 0.92 | 0.33 |
| Hex | 7 | A0 | A3 | 60 | 2 | 0 | 24 | B5 | 5C | 21 |
| Octal | 7 | 240 | 243 | 140 | 2 | 0 | 44 | 265 | 134 | 41 |
| Binary | 111 | 10100000 | 10100011 | 1100000 | 10 | 0 | 100100 | 10110101 | 1011100 | 100001 |
Color Harmonies of #07A0A3
Complementary color
Monochromatic Colors of #07A0A3
Black with #07A0A3
Text Example
Text Example
White with #07A0A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A0A3; }
p { color: rgb(7,160,163); }
H1.HeaderClassName
{
color: #07A0A3;
}
.AnyTagClassName
{
color: #07A0A3;
}
</style>
background-color css
<style>
a { background-color: #07A0A3; }
a { background-color: rgb(7,160,163); }
div.DivClassName
{
background-color: #07A0A3;
}
.BgClassName
{
background-color: #07A0A3;
}
</style>
border-color css
<style>
span { border-color: #07A0A3; }
span { border-color: rgb(7,160,163); }
td.TdClassName
{
border-color: #07A0A3;
}
.TagClassName
{
border-color: #07A0A3;
}
</style>