Shades of Persian Green #07AAA3
Tints of Persian Green #07AAA3
RGB
CMYK
RGB Variations
Color information
#07AAA3 (or 0x07AAA3) is known color: Persian Green. HEX triplet: 07, AA and A3. RGB value is (7,170,163). Sum of RGB (Red+Green+Blue) = 7+170+163=340 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.06% from 340); Green value is 170 (66.80% from 255 or 50% from 340); Blue value is 163 (64.06% from 255 or 47.94% from 340); Max value from RGB is 170 - color contains mainly: green. Hex color #07AAA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07AAA3 is #F8555C. Grayscale: #787878. Windows color (decimal): -16274781 or 10725895. OLE color: 10725895.
HSL color Cylindrical-coordinate representation of color #07AAA3: hue angle of 177.42º 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 #07AAA3 is Cyan = 0.96, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 170 | 163 | - |
| CMYK | 0.96 | 0 | 0.04 | 0.33 |
| HSL | 177.42º | 0.92% | 0.35% | - |
| HSV(B) | 177.42º | 0.96% | 0.67% | - |
| XYZ | 21.07 | 31.44 | 39.61 | - |
| YUV | 120.47 | 152 | 47.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 170 | 163 | 0.96 | 0 | 0.04 | 0.33 | 177.42 | 0.92 | 0.35 |
| Hex | 7 | AA | A3 | 60 | 0 | 4 | 21 | B1 | 5C | 23 |
| Octal | 7 | 252 | 243 | 140 | 0 | 4 | 41 | 261 | 134 | 43 |
| Binary | 111 | 10101010 | 10100011 | 1100000 | 0 | 100 | 100001 | 10110001 | 1011100 | 100011 |
Color Harmonies of #07AAA3
Complementary color
Monochromatic Colors of #07AAA3
Black with #07AAA3
Text Example
Text Example
White with #07AAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07AAA3; }
p { color: rgb(7,170,163); }
H1.HeaderClassName
{
color: #07AAA3;
}
.AnyTagClassName
{
color: #07AAA3;
}
</style>
background-color css
<style>
a { background-color: #07AAA3; }
a { background-color: rgb(7,170,163); }
div.DivClassName
{
background-color: #07AAA3;
}
.BgClassName
{
background-color: #07AAA3;
}
</style>
border-color css
<style>
span { border-color: #07AAA3; }
span { border-color: rgb(7,170,163); }
td.TdClassName
{
border-color: #07AAA3;
}
.TagClassName
{
border-color: #07AAA3;
}
</style>