Shades of Persian Green #11AF9C
Tints of Persian Green #11AF9C
RGB
CMYK
RGB Variations
Color information
#11AF9C (or 0x11AF9C) is known color: Persian Green. HEX triplet: 11, AF and 9C. RGB value is (17,175,156). Sum of RGB (Red+Green+Blue) = 17+175+156=348 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.89% from 348); Green value is 175 (68.75% from 255 or 50.29% from 348); Blue value is 156 (61.33% from 255 or 44.83% from 348); Max value from RGB is 175 - color contains mainly: green. Hex color #11AF9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11AF9C is #EE5063. Grayscale: #7D7D7D. Windows color (decimal): -15618148 or 10268433. OLE color: 10268433.
HSL color Cylindrical-coordinate representation of color #11AF9C: hue angle of 172.78º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11AF9C is Cyan = 0.90, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 175 | 156 | - |
| CMYK | 0.90 | 0 | 0.11 | 0.31 |
| HSL | 172.78º | 0.82% | 0.38% | - |
| HSV(B) | 172.78º | 0.9% | 0.69% | - |
| XYZ | 21.56 | 33.18 | 36.72 | - |
| YUV | 125.59 | 145.15 | 50.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 175 | 156 | 0.90 | 0 | 0.11 | 0.31 | 172.78 | 0.82 | 0.38 |
| Hex | 11 | AF | 9C | 5A | 0 | B | 1F | AD | 52 | 26 |
| Octal | 21 | 257 | 234 | 132 | 0 | 13 | 37 | 255 | 122 | 46 |
| Binary | 10001 | 10101111 | 10011100 | 1011010 | 0 | 1011 | 11111 | 10101101 | 1010010 | 100110 |
Color Harmonies of #11AF9C
Complementary color
Monochromatic Colors of #11AF9C
Black with #11AF9C
Text Example
Text Example
White with #11AF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AF9C; }
p { color: rgb(17,175,156); }
H1.HeaderClassName
{
color: #11AF9C;
}
.AnyTagClassName
{
color: #11AF9C;
}
</style>
background-color css
<style>
a { background-color: #11AF9C; }
a { background-color: rgb(17,175,156); }
div.DivClassName
{
background-color: #11AF9C;
}
.BgClassName
{
background-color: #11AF9C;
}
</style>
border-color css
<style>
span { border-color: #11AF9C; }
span { border-color: rgb(17,175,156); }
td.TdClassName
{
border-color: #11AF9C;
}
.TagClassName
{
border-color: #11AF9C;
}
</style>