Shades of Persian Green #11AD9B
Tints of Persian Green #11AD9B
RGB
CMYK
RGB Variations
Color information
#11AD9B (or 0x11AD9B) is known color: Persian Green. HEX triplet: 11, AD and 9B. RGB value is (17,173,155). Sum of RGB (Red+Green+Blue) = 17+173+155=345 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.93% from 345); Green value is 173 (67.97% from 255 or 50.14% from 345); Blue value is 155 (60.94% from 255 or 44.93% from 345); Max value from RGB is 173 - color contains mainly: green. Hex color #11AD9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11AD9B is #EE5264. Grayscale: #7C7C7C. Windows color (decimal): -15618661 or 10202385. OLE color: 10202385.
HSL color Cylindrical-coordinate representation of color #11AD9B: hue angle of 173.08º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11AD9B is Cyan = 0.90, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 17 | 173 | 155 | - |
| CMYK | 0.90 | 0 | 0.10 | 0.32 |
| HSL | 173.08º | 0.82% | 0.37% | - |
| HSV(B) | 173.08º | 0.9% | 0.68% | - |
| XYZ | 21.09 | 32.37 | 36.15 | - |
| YUV | 124.3 | 145.32 | 51.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 173 | 155 | 0.90 | 0 | 0.10 | 0.32 | 173.08 | 0.82 | 0.37 |
| Hex | 11 | AD | 9B | 5A | 0 | A | 20 | AD | 52 | 25 |
| Octal | 21 | 255 | 233 | 132 | 0 | 12 | 40 | 255 | 122 | 45 |
| Binary | 10001 | 10101101 | 10011011 | 1011010 | 0 | 1010 | 100000 | 10101101 | 1010010 | 100101 |
Color Harmonies of #11AD9B
Complementary color
Monochromatic Colors of #11AD9B
Black with #11AD9B
Text Example
Text Example
White with #11AD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AD9B; }
p { color: rgb(17,173,155); }
H1.HeaderClassName
{
color: #11AD9B;
}
.AnyTagClassName
{
color: #11AD9B;
}
</style>
background-color css
<style>
a { background-color: #11AD9B; }
a { background-color: rgb(17,173,155); }
div.DivClassName
{
background-color: #11AD9B;
}
.BgClassName
{
background-color: #11AD9B;
}
</style>
border-color css
<style>
span { border-color: #11AD9B; }
span { border-color: rgb(17,173,155); }
td.TdClassName
{
border-color: #11AD9B;
}
.TagClassName
{
border-color: #11AD9B;
}
</style>