Shades of Persian Green #07AF9C
Tints of Persian Green #07AF9C
RGB
CMYK
RGB Variations
Color information
#07AF9C (or 0x07AF9C) is known color: Persian Green. HEX triplet: 07, AF and 9C. RGB value is (7,175,156). Sum of RGB (Red+Green+Blue) = 7+175+156=338 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.07% from 338); Green value is 175 (68.75% from 255 or 51.78% from 338); Blue value is 156 (61.33% from 255 or 46.15% from 338); Max value from RGB is 175 - color contains mainly: green. Hex color #07AF9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07AF9C is #F85063. Grayscale: #7A7A7A. Windows color (decimal): -16273508 or 10268423. OLE color: 10268423.
HSL color Cylindrical-coordinate representation of color #07AF9C: hue angle of 173.21º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07AF9C is Cyan = 0.96, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 7 | 175 | 156 | - |
| CMYK | 0.96 | 0 | 0.11 | 0.31 |
| HSL | 173.21º | 0.92% | 0.36% | - |
| HSV(B) | 173.21º | 0.96% | 0.69% | - |
| XYZ | 21.42 | 33.11 | 36.71 | - |
| YUV | 122.6 | 146.84 | 45.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 175 | 156 | 0.96 | 0 | 0.11 | 0.31 | 173.21 | 0.92 | 0.36 |
| Hex | 7 | AF | 9C | 60 | 0 | B | 1F | AD | 5C | 24 |
| Octal | 7 | 257 | 234 | 140 | 0 | 13 | 37 | 255 | 134 | 44 |
| Binary | 111 | 10101111 | 10011100 | 1100000 | 0 | 1011 | 11111 | 10101101 | 1011100 | 100100 |
Color Harmonies of #07AF9C
Complementary color
Monochromatic Colors of #07AF9C
Black with #07AF9C
Text Example
Text Example
White with #07AF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07AF9C; }
p { color: rgb(7,175,156); }
H1.HeaderClassName
{
color: #07AF9C;
}
.AnyTagClassName
{
color: #07AF9C;
}
</style>
background-color css
<style>
a { background-color: #07AF9C; }
a { background-color: rgb(7,175,156); }
div.DivClassName
{
background-color: #07AF9C;
}
.BgClassName
{
background-color: #07AF9C;
}
</style>
border-color css
<style>
span { border-color: #07AF9C; }
span { border-color: rgb(7,175,156); }
td.TdClassName
{
border-color: #07AF9C;
}
.TagClassName
{
border-color: #07AF9C;
}
</style>