Shades of Persian Green #07A1A4
Tints of Persian Green #07A1A4
RGB
CMYK
RGB Variations
Color information
#07A1A4 (or 0x07A1A4) is known color: Persian Green. HEX triplet: 07, A1 and A4. RGB value is (7,161,164). Sum of RGB (Red+Green+Blue) = 7+161+164=332 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.11% from 332); Green value is 161 (63.28% from 255 or 48.49% from 332); Blue value is 164 (64.45% from 255 or 49.40% from 332); Max value from RGB is 164 - color contains mainly: blue. Hex color #07A1A4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07A1A4 is #F85E5B. Grayscale: #737373. Windows color (decimal): -16277084 or 10789127. OLE color: 10789127.
HSL color Cylindrical-coordinate representation of color #07A1A4: hue angle of 181.15º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A1A4 is Cyan = 0.96, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 7 | 161 | 164 | - |
| CMYK | 0.96 | 0.02 | 0 | 0.36 |
| HSL | 181.15º | 0.92% | 0.34% | - |
| HSV(B) | 181.15º | 0.96% | 0.64% | - |
| XYZ | 19.53 | 28.22 | 39.54 | - |
| YUV | 115.3 | 155.48 | 50.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 161 | 164 | 0.96 | 0.02 | 0 | 0.36 | 181.15 | 0.92 | 0.34 |
| Hex | 7 | A1 | A4 | 60 | 2 | 0 | 24 | B5 | 5C | 22 |
| Octal | 7 | 241 | 244 | 140 | 2 | 0 | 44 | 265 | 134 | 42 |
| Binary | 111 | 10100001 | 10100100 | 1100000 | 10 | 0 | 100100 | 10110101 | 1011100 | 100010 |
Color Harmonies of #07A1A4
Complementary color
Monochromatic Colors of #07A1A4
Black with #07A1A4
Text Example
Text Example
White with #07A1A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A1A4; }
p { color: rgb(7,161,164); }
H1.HeaderClassName
{
color: #07A1A4;
}
.AnyTagClassName
{
color: #07A1A4;
}
</style>
background-color css
<style>
a { background-color: #07A1A4; }
a { background-color: rgb(7,161,164); }
div.DivClassName
{
background-color: #07A1A4;
}
.BgClassName
{
background-color: #07A1A4;
}
</style>
border-color css
<style>
span { border-color: #07A1A4; }
span { border-color: rgb(7,161,164); }
td.TdClassName
{
border-color: #07A1A4;
}
.TagClassName
{
border-color: #07A1A4;
}
</style>