Shades of Persian Green #07AAA0
Tints of Persian Green #07AAA0
RGB
CMYK
RGB Variations
Color information
#07AAA0 (or 0x07AAA0) is known color: Persian Green. HEX triplet: 07, AA and A0. RGB value is (7,170,160). Sum of RGB (Red+Green+Blue) = 7+170+160=337 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.08% from 337); Green value is 170 (66.80% from 255 or 50.45% from 337); Blue value is 160 (62.89% from 255 or 47.48% from 337); Max value from RGB is 170 - color contains mainly: green. Hex color #07AAA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07AAA0 is #F8555F. Grayscale: #787878. Windows color (decimal): -16274784 or 10529287. OLE color: 10529287.
HSL color Cylindrical-coordinate representation of color #07AAA0: hue angle of 176.32º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07AAA0 is Cyan = 0.96, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 170 | 160 | - |
| CMYK | 0.96 | 0 | 0.06 | 0.33 |
| HSL | 176.32º | 0.92% | 0.35% | - |
| HSV(B) | 176.32º | 0.96% | 0.67% | - |
| XYZ | 20.81 | 31.33 | 38.21 | - |
| YUV | 120.12 | 150.5 | 47.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 170 | 160 | 0.96 | 0 | 0.06 | 0.33 | 176.32 | 0.92 | 0.35 |
| Hex | 7 | AA | A0 | 60 | 0 | 6 | 21 | B0 | 5C | 23 |
| Octal | 7 | 252 | 240 | 140 | 0 | 6 | 41 | 260 | 134 | 43 |
| Binary | 111 | 10101010 | 10100000 | 1100000 | 0 | 110 | 100001 | 10110000 | 1011100 | 100011 |
Color Harmonies of #07AAA0
Complementary color
Monochromatic Colors of #07AAA0
Black with #07AAA0
Text Example
Text Example
White with #07AAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07AAA0; }
p { color: rgb(7,170,160); }
H1.HeaderClassName
{
color: #07AAA0;
}
.AnyTagClassName
{
color: #07AAA0;
}
</style>
background-color css
<style>
a { background-color: #07AAA0; }
a { background-color: rgb(7,170,160); }
div.DivClassName
{
background-color: #07AAA0;
}
.BgClassName
{
background-color: #07AAA0;
}
</style>
border-color css
<style>
span { border-color: #07AAA0; }
span { border-color: rgb(7,170,160); }
td.TdClassName
{
border-color: #07AAA0;
}
.TagClassName
{
border-color: #07AAA0;
}
</style>