Shades of Persian Green #07AAA5
Tints of Persian Green #07AAA5
RGB
CMYK
RGB Variations
Color information
#07AAA5 (or 0x07AAA5) is known color: Persian Green. HEX triplet: 07, AA and A5. RGB value is (7,170,165). Sum of RGB (Red+Green+Blue) = 7+170+165=342 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.05% from 342); Green value is 170 (66.80% from 255 or 49.71% from 342); Blue value is 165 (64.84% from 255 or 48.25% from 342); Max value from RGB is 170 - color contains mainly: green. Hex color #07AAA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07AAA5 is #F8555A. Grayscale: #787878. Windows color (decimal): -16274779 or 10856967. OLE color: 10856967.
HSL color Cylindrical-coordinate representation of color #07AAA5: hue angle of 178.16º 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 #07AAA5 is Cyan = 0.96, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 170 | 165 | - |
| CMYK | 0.96 | 0 | 0.03 | 0.33 |
| HSL | 178.16º | 0.92% | 0.35% | - |
| HSV(B) | 178.16º | 0.96% | 0.67% | - |
| XYZ | 21.25 | 31.51 | 40.56 | - |
| YUV | 120.69 | 153 | 46.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 170 | 165 | 0.96 | 0 | 0.03 | 0.33 | 178.16 | 0.92 | 0.35 |
| Hex | 7 | AA | A5 | 60 | 0 | 3 | 21 | B2 | 5C | 23 |
| Octal | 7 | 252 | 245 | 140 | 0 | 3 | 41 | 262 | 134 | 43 |
| Binary | 111 | 10101010 | 10100101 | 1100000 | 0 | 11 | 100001 | 10110010 | 1011100 | 100011 |
Color Harmonies of #07AAA5
Complementary color
Monochromatic Colors of #07AAA5
Black with #07AAA5
Text Example
Text Example
White with #07AAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07AAA5; }
p { color: rgb(7,170,165); }
H1.HeaderClassName
{
color: #07AAA5;
}
.AnyTagClassName
{
color: #07AAA5;
}
</style>
background-color css
<style>
a { background-color: #07AAA5; }
a { background-color: rgb(7,170,165); }
div.DivClassName
{
background-color: #07AAA5;
}
.BgClassName
{
background-color: #07AAA5;
}
</style>
border-color css
<style>
span { border-color: #07AAA5; }
span { border-color: rgb(7,170,165); }
td.TdClassName
{
border-color: #07AAA5;
}
.TagClassName
{
border-color: #07AAA5;
}
</style>