Shades of Persian Green #07ABA6
Tints of Persian Green #07ABA6
RGB
CMYK
RGB Variations
Color information
#07ABA6 (or 0x07ABA6) is known color: Persian Green. HEX triplet: 07, AB and A6. RGB value is (7,171,166). Sum of RGB (Red+Green+Blue) = 7+171+166=344 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.03% from 344); Green value is 171 (67.19% from 255 or 49.71% from 344); Blue value is 166 (65.23% from 255 or 48.26% from 344); Max value from RGB is 171 - color contains mainly: green. Hex color #07ABA6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07ABA6 is #F85459. Grayscale: #797979. Windows color (decimal): -16274522 or 10922759. OLE color: 10922759.
HSL color Cylindrical-coordinate representation of color #07ABA6: hue angle of 178.17º 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 #07ABA6 is Cyan = 0.96, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 171 | 166 | - |
| CMYK | 0.96 | 0 | 0.03 | 0.33 |
| HSL | 178.17º | 0.92% | 0.35% | - |
| HSV(B) | 178.17º | 0.96% | 0.67% | - |
| XYZ | 21.53 | 31.92 | 41.1 | - |
| YUV | 121.39 | 153.17 | 46.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 171 | 166 | 0.96 | 0 | 0.03 | 0.33 | 178.17 | 0.92 | 0.35 |
| Hex | 7 | AB | A6 | 60 | 0 | 3 | 21 | B2 | 5C | 23 |
| Octal | 7 | 253 | 246 | 140 | 0 | 3 | 41 | 262 | 134 | 43 |
| Binary | 111 | 10101011 | 10100110 | 1100000 | 0 | 11 | 100001 | 10110010 | 1011100 | 100011 |
Color Harmonies of #07ABA6
Complementary color
Monochromatic Colors of #07ABA6
Black with #07ABA6
Text Example
Text Example
White with #07ABA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07ABA6; }
p { color: rgb(7,171,166); }
H1.HeaderClassName
{
color: #07ABA6;
}
.AnyTagClassName
{
color: #07ABA6;
}
</style>
background-color css
<style>
a { background-color: #07ABA6; }
a { background-color: rgb(7,171,166); }
div.DivClassName
{
background-color: #07ABA6;
}
.BgClassName
{
background-color: #07ABA6;
}
</style>
border-color css
<style>
span { border-color: #07ABA6; }
span { border-color: rgb(7,171,166); }
td.TdClassName
{
border-color: #07ABA6;
}
.TagClassName
{
border-color: #07ABA6;
}
</style>