Shades of Persian Green #11A695
Tints of Persian Green #11A695
RGB
CMYK
RGB Variations
Color information
#11A695 (or 0x11A695) is known color: Persian Green. HEX triplet: 11, A6 and 95. RGB value is (17,166,149). Sum of RGB (Red+Green+Blue) = 17+166+149=332 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.12% from 332); Green value is 166 (65.23% from 255 or 50% from 332); Blue value is 149 (58.59% from 255 or 44.88% from 332); Max value from RGB is 166 - color contains mainly: green. Hex color #11A695 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11A695 is #EE596A. Grayscale: #777777. Windows color (decimal): -15620459 or 9807377. OLE color: 9807377.
HSL color Cylindrical-coordinate representation of color #11A695: hue angle of 173.15º 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 #11A695 is Cyan = 0.90, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 17 | 166 | 149 | - |
| CMYK | 0.90 | 0 | 0.10 | 0.35 |
| HSL | 173.15º | 0.81% | 0.36% | - |
| HSV(B) | 173.15º | 0.9% | 0.65% | - |
| XYZ | 19.29 | 29.56 | 33.12 | - |
| YUV | 119.51 | 144.64 | 54.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 166 | 149 | 0.90 | 0 | 0.10 | 0.35 | 173.15 | 0.81 | 0.36 |
| Hex | 11 | A6 | 95 | 5A | 0 | A | 23 | AD | 51 | 24 |
| Octal | 21 | 246 | 225 | 132 | 0 | 12 | 43 | 255 | 121 | 44 |
| Binary | 10001 | 10100110 | 10010101 | 1011010 | 0 | 1010 | 100011 | 10101101 | 1010001 | 100100 |
Color Harmonies of #11A695
Complementary color
Monochromatic Colors of #11A695
Black with #11A695
Text Example
Text Example
White with #11A695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A695; }
p { color: rgb(17,166,149); }
H1.HeaderClassName
{
color: #11A695;
}
.AnyTagClassName
{
color: #11A695;
}
</style>
background-color css
<style>
a { background-color: #11A695; }
a { background-color: rgb(17,166,149); }
div.DivClassName
{
background-color: #11A695;
}
.BgClassName
{
background-color: #11A695;
}
</style>
border-color css
<style>
span { border-color: #11A695; }
span { border-color: rgb(17,166,149); }
td.TdClassName
{
border-color: #11A695;
}
.TagClassName
{
border-color: #11A695;
}
</style>