Shades of Persian Green #07AB8F
Tints of Persian Green #07AB8F
RGB
CMYK
RGB Variations
Color information
#07AB8F (or 0x07AB8F) is known color: Persian Green. HEX triplet: 07, AB and 8F. RGB value is (7,171,143). Sum of RGB (Red+Green+Blue) = 7+171+143=321 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.18% from 321); Green value is 171 (67.19% from 255 or 53.27% from 321); Blue value is 143 (56.25% from 255 or 44.55% from 321); Max value from RGB is 171 - color contains mainly: green. Hex color #07AB8F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07AB8F is #F85470. Grayscale: #767676. Windows color (decimal): -16274545 or 9415431. OLE color: 9415431.
HSL color Cylindrical-coordinate representation of color #07AB8F: hue angle of 169.76º 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 #07AB8F is Cyan = 0.96, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 171 | 143 | - |
| CMYK | 0.96 | 0 | 0.16 | 0.33 |
| HSL | 169.76º | 0.92% | 0.35% | - |
| HSV(B) | 169.76º | 0.96% | 0.67% | - |
| XYZ | 19.61 | 31.15 | 30.97 | - |
| YUV | 118.77 | 141.67 | 48.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 171 | 143 | 0.96 | 0 | 0.16 | 0.33 | 169.76 | 0.92 | 0.35 |
| Hex | 7 | AB | 8F | 60 | 0 | 10 | 21 | AA | 5C | 23 |
| Octal | 7 | 253 | 217 | 140 | 0 | 20 | 41 | 252 | 134 | 43 |
| Binary | 111 | 10101011 | 10001111 | 1100000 | 0 | 10000 | 100001 | 10101010 | 1011100 | 100011 |
Color Harmonies of #07AB8F
Complementary color
Monochromatic Colors of #07AB8F
Black with #07AB8F
Text Example
Text Example
White with #07AB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07AB8F; }
p { color: rgb(7,171,143); }
H1.HeaderClassName
{
color: #07AB8F;
}
.AnyTagClassName
{
color: #07AB8F;
}
</style>
background-color css
<style>
a { background-color: #07AB8F; }
a { background-color: rgb(7,171,143); }
div.DivClassName
{
background-color: #07AB8F;
}
.BgClassName
{
background-color: #07AB8F;
}
</style>
border-color css
<style>
span { border-color: #07AB8F; }
span { border-color: rgb(7,171,143); }
td.TdClassName
{
border-color: #07AB8F;
}
.TagClassName
{
border-color: #07AB8F;
}
</style>