Shades of Persian Green #11AC9B
Tints of Persian Green #11AC9B
RGB
CMYK
RGB Variations
Color information
#11AC9B (or 0x11AC9B) is known color: Persian Green. HEX triplet: 11, AC and 9B. RGB value is (17,172,155). Sum of RGB (Red+Green+Blue) = 17+172+155=344 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.94% from 344); Green value is 172 (67.58% from 255 or 50% from 344); Blue value is 155 (60.94% from 255 or 45.06% from 344); Max value from RGB is 172 - color contains mainly: green. Hex color #11AC9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11AC9B is #EE5364. Grayscale: #7B7B7B. Windows color (decimal): -15618917 or 10202129. OLE color: 10202129.
HSL color Cylindrical-coordinate representation of color #11AC9B: hue angle of 173.42º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11AC9B is Cyan = 0.90, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 172 | 155 | - |
| CMYK | 0.90 | 0 | 0.10 | 0.33 |
| HSL | 173.42º | 0.82% | 0.37% | - |
| HSV(B) | 173.42º | 0.9% | 0.67% | - |
| XYZ | 20.9 | 31.99 | 36.08 | - |
| YUV | 123.72 | 145.65 | 51.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 172 | 155 | 0.90 | 0 | 0.10 | 0.33 | 173.42 | 0.82 | 0.37 |
| Hex | 11 | AC | 9B | 5A | 0 | A | 21 | AD | 52 | 25 |
| Octal | 21 | 254 | 233 | 132 | 0 | 12 | 41 | 255 | 122 | 45 |
| Binary | 10001 | 10101100 | 10011011 | 1011010 | 0 | 1010 | 100001 | 10101101 | 1010010 | 100101 |
Color Harmonies of #11AC9B
Complementary color
Monochromatic Colors of #11AC9B
Black with #11AC9B
Text Example
Text Example
White with #11AC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AC9B; }
p { color: rgb(17,172,155); }
H1.HeaderClassName
{
color: #11AC9B;
}
.AnyTagClassName
{
color: #11AC9B;
}
</style>
background-color css
<style>
a { background-color: #11AC9B; }
a { background-color: rgb(17,172,155); }
div.DivClassName
{
background-color: #11AC9B;
}
.BgClassName
{
background-color: #11AC9B;
}
</style>
border-color css
<style>
span { border-color: #11AC9B; }
span { border-color: rgb(17,172,155); }
td.TdClassName
{
border-color: #11AC9B;
}
.TagClassName
{
border-color: #11AC9B;
}
</style>