Shades of Persian Green #07ADA6
Tints of Persian Green #07ADA6
RGB
CMYK
RGB Variations
Color information
#07ADA6 (or 0x07ADA6) is known color: Persian Green. HEX triplet: 07, AD and A6. RGB value is (7,173,166). Sum of RGB (Red+Green+Blue) = 7+173+166=346 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.02% from 346); Green value is 173 (67.97% from 255 or 50% from 346); Blue value is 166 (65.23% from 255 or 47.98% from 346); Max value from RGB is 173 - color contains mainly: green. Hex color #07ADA6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07ADA6 is #F85259. Grayscale: #7A7A7A. Windows color (decimal): -16274010 or 10923271. OLE color: 10923271.
HSL color Cylindrical-coordinate representation of color #07ADA6: hue angle of 177.47º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07ADA6 is Cyan = 0.96, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 7 | 173 | 166 | - |
| CMYK | 0.96 | 0 | 0.04 | 0.32 |
| HSL | 177.47º | 0.92% | 0.35% | - |
| HSV(B) | 177.47º | 0.96% | 0.68% | - |
| XYZ | 21.91 | 32.69 | 41.23 | - |
| YUV | 122.57 | 152.5 | 45.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 173 | 166 | 0.96 | 0 | 0.04 | 0.32 | 177.47 | 0.92 | 0.35 |
| Hex | 7 | AD | A6 | 60 | 0 | 4 | 20 | B1 | 5C | 23 |
| Octal | 7 | 255 | 246 | 140 | 0 | 4 | 40 | 261 | 134 | 43 |
| Binary | 111 | 10101101 | 10100110 | 1100000 | 0 | 100 | 100000 | 10110001 | 1011100 | 100011 |
Color Harmonies of #07ADA6
Complementary color
Monochromatic Colors of #07ADA6
Black with #07ADA6
Text Example
Text Example
White with #07ADA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07ADA6; }
p { color: rgb(7,173,166); }
H1.HeaderClassName
{
color: #07ADA6;
}
.AnyTagClassName
{
color: #07ADA6;
}
</style>
background-color css
<style>
a { background-color: #07ADA6; }
a { background-color: rgb(7,173,166); }
div.DivClassName
{
background-color: #07ADA6;
}
.BgClassName
{
background-color: #07ADA6;
}
</style>
border-color css
<style>
span { border-color: #07ADA6; }
span { border-color: rgb(7,173,166); }
td.TdClassName
{
border-color: #07ADA6;
}
.TagClassName
{
border-color: #07ADA6;
}
</style>