Shades of Persian Green #11A697
Tints of Persian Green #11A697
RGB
CMYK
RGB Variations
Color information
#11A697 (or 0x11A697) is known color: Persian Green. HEX triplet: 11, A6 and 97. RGB value is (17,166,151). Sum of RGB (Red+Green+Blue) = 17+166+151=334 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.09% from 334); Green value is 166 (65.23% from 255 or 49.70% from 334); Blue value is 151 (59.38% from 255 or 45.21% from 334); Max value from RGB is 166 - color contains mainly: green. Hex color #11A697 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11A697 is #EE5968. Grayscale: #777777. Windows color (decimal): -15620457 or 9938449. OLE color: 9938449.
HSL color Cylindrical-coordinate representation of color #11A697: hue angle of 173.96º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11A697 is Cyan = 0.90, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 17 | 166 | 151 | - |
| CMYK | 0.90 | 0 | 0.09 | 0.35 |
| HSL | 173.96º | 0.81% | 0.36% | - |
| HSV(B) | 173.96º | 0.9% | 0.65% | - |
| XYZ | 19.45 | 29.63 | 33.97 | - |
| YUV | 119.74 | 145.64 | 54.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 166 | 151 | 0.90 | 0 | 0.09 | 0.35 | 173.96 | 0.81 | 0.36 |
| Hex | 11 | A6 | 97 | 5A | 0 | 9 | 23 | AE | 51 | 24 |
| Octal | 21 | 246 | 227 | 132 | 0 | 11 | 43 | 256 | 121 | 44 |
| Binary | 10001 | 10100110 | 10010111 | 1011010 | 0 | 1001 | 100011 | 10101110 | 1010001 | 100100 |
Color Harmonies of #11A697
Complementary color
Monochromatic Colors of #11A697
Black with #11A697
Text Example
Text Example
White with #11A697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A697; }
p { color: rgb(17,166,151); }
H1.HeaderClassName
{
color: #11A697;
}
.AnyTagClassName
{
color: #11A697;
}
</style>
background-color css
<style>
a { background-color: #11A697; }
a { background-color: rgb(17,166,151); }
div.DivClassName
{
background-color: #11A697;
}
.BgClassName
{
background-color: #11A697;
}
</style>
border-color css
<style>
span { border-color: #11A697; }
span { border-color: rgb(17,166,151); }
td.TdClassName
{
border-color: #11A697;
}
.TagClassName
{
border-color: #11A697;
}
</style>