Shades of Persian Green #07ADA8
Tints of Persian Green #07ADA8
RGB
CMYK
RGB Variations
Color information
#07ADA8 (or 0x07ADA8) is known color: Persian Green. HEX triplet: 07, AD and A8. RGB value is (7,173,168). Sum of RGB (Red+Green+Blue) = 7+173+168=348 (46% of max value = 765). Red value is 7 (3.12% from 255 or 2.01% from 348); Green value is 173 (67.97% from 255 or 49.71% from 348); Blue value is 168 (66.02% from 255 or 48.28% from 348); Max value from RGB is 173 - color contains mainly: green. Hex color #07ADA8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07ADA8 is #F85257. Grayscale: #7A7A7A. Windows color (decimal): -16274008 or 11054343. OLE color: 11054343.
HSL color Cylindrical-coordinate representation of color #07ADA8: hue angle of 178.19º 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 #07ADA8 is Cyan = 0.96, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 7 | 173 | 168 | - |
| CMYK | 0.96 | 0 | 0.03 | 0.32 |
| HSL | 178.19º | 0.92% | 0.35% | - |
| HSV(B) | 178.19º | 0.96% | 0.68% | - |
| XYZ | 22.1 | 32.76 | 42.2 | - |
| YUV | 122.8 | 153.5 | 45.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 173 | 168 | 0.96 | 0 | 0.03 | 0.32 | 178.19 | 0.92 | 0.35 |
| Hex | 7 | AD | A8 | 60 | 0 | 3 | 20 | B2 | 5C | 23 |
| Octal | 7 | 255 | 250 | 140 | 0 | 3 | 40 | 262 | 134 | 43 |
| Binary | 111 | 10101101 | 10101000 | 1100000 | 0 | 11 | 100000 | 10110010 | 1011100 | 100011 |
Color Harmonies of #07ADA8
Complementary color
Monochromatic Colors of #07ADA8
Black with #07ADA8
Text Example
Text Example
White with #07ADA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07ADA8; }
p { color: rgb(7,173,168); }
H1.HeaderClassName
{
color: #07ADA8;
}
.AnyTagClassName
{
color: #07ADA8;
}
</style>
background-color css
<style>
a { background-color: #07ADA8; }
a { background-color: rgb(7,173,168); }
div.DivClassName
{
background-color: #07ADA8;
}
.BgClassName
{
background-color: #07ADA8;
}
</style>
border-color css
<style>
span { border-color: #07ADA8; }
span { border-color: rgb(7,173,168); }
td.TdClassName
{
border-color: #07ADA8;
}
.TagClassName
{
border-color: #07ADA8;
}
</style>