Shades of Persian Green #11AD9C
Tints of Persian Green #11AD9C
RGB
CMYK
RGB Variations
Color information
#11AD9C (or 0x11AD9C) is known color: Persian Green. HEX triplet: 11, AD and 9C. RGB value is (17,173,156). Sum of RGB (Red+Green+Blue) = 17+173+156=346 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.91% from 346); Green value is 173 (67.97% from 255 or 50% from 346); Blue value is 156 (61.33% from 255 or 45.09% from 346); Max value from RGB is 173 - color contains mainly: green. Hex color #11AD9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11AD9C is #EE5263. Grayscale: #7C7C7C. Windows color (decimal): -15618660 or 10267921. OLE color: 10267921.
HSL color Cylindrical-coordinate representation of color #11AD9C: hue angle of 173.46º 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 #11AD9C is Cyan = 0.90, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 17 | 173 | 156 | - |
| CMYK | 0.90 | 0 | 0.10 | 0.32 |
| HSL | 173.46º | 0.82% | 0.37% | - |
| HSV(B) | 173.46º | 0.9% | 0.68% | - |
| XYZ | 21.18 | 32.41 | 36.59 | - |
| YUV | 124.42 | 145.82 | 51.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 173 | 156 | 0.90 | 0 | 0.10 | 0.32 | 173.46 | 0.82 | 0.37 |
| Hex | 11 | AD | 9C | 5A | 0 | A | 20 | AD | 52 | 25 |
| Octal | 21 | 255 | 234 | 132 | 0 | 12 | 40 | 255 | 122 | 45 |
| Binary | 10001 | 10101101 | 10011100 | 1011010 | 0 | 1010 | 100000 | 10101101 | 1010010 | 100101 |
Color Harmonies of #11AD9C
Complementary color
Monochromatic Colors of #11AD9C
Black with #11AD9C
Text Example
Text Example
White with #11AD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AD9C; }
p { color: rgb(17,173,156); }
H1.HeaderClassName
{
color: #11AD9C;
}
.AnyTagClassName
{
color: #11AD9C;
}
</style>
background-color css
<style>
a { background-color: #11AD9C; }
a { background-color: rgb(17,173,156); }
div.DivClassName
{
background-color: #11AD9C;
}
.BgClassName
{
background-color: #11AD9C;
}
</style>
border-color css
<style>
span { border-color: #11AD9C; }
span { border-color: rgb(17,173,156); }
td.TdClassName
{
border-color: #11AD9C;
}
.TagClassName
{
border-color: #11AD9C;
}
</style>