Shades of Persian Green #11AA9A
Tints of Persian Green #11AA9A
RGB
CMYK
RGB Variations
Color information
#11AA9A (or 0x11AA9A) is known color: Persian Green. HEX triplet: 11, AA and 9A. RGB value is (17,170,154). Sum of RGB (Red+Green+Blue) = 17+170+154=341 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.99% from 341); Green value is 170 (66.80% from 255 or 49.85% from 341); Blue value is 154 (60.55% from 255 or 45.16% from 341); Max value from RGB is 170 - color contains mainly: green. Hex color #11AA9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11AA9A is #EE5565. Grayscale: #7A7A7A. Windows color (decimal): -15619430 or 10136081. OLE color: 10136081.
HSL color Cylindrical-coordinate representation of color #11AA9A: hue angle of 173.73º 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 #11AA9A is Cyan = 0.9, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 170 | 154 | - |
| CMYK | 0.9 | 0 | 0.09 | 0.33 |
| HSL | 173.73º | 0.82% | 0.37% | - |
| HSV(B) | 173.73º | 0.9% | 0.67% | - |
| XYZ | 20.44 | 31.2 | 35.52 | - |
| YUV | 122.43 | 145.81 | 52.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 170 | 154 | 0.9 | 0 | 0.09 | 0.33 | 173.73 | 0.82 | 0.37 |
| Hex | 11 | AA | 9A | 5A | 0 | 9 | 21 | AE | 52 | 25 |
| Octal | 21 | 252 | 232 | 132 | 0 | 11 | 41 | 256 | 122 | 45 |
| Binary | 10001 | 10101010 | 10011010 | 1011010 | 0 | 1001 | 100001 | 10101110 | 1010010 | 100101 |
Color Harmonies of #11AA9A
Complementary color
Monochromatic Colors of #11AA9A
Black with #11AA9A
Text Example
Text Example
White with #11AA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AA9A; }
p { color: rgb(17,170,154); }
H1.HeaderClassName
{
color: #11AA9A;
}
.AnyTagClassName
{
color: #11AA9A;
}
</style>
background-color css
<style>
a { background-color: #11AA9A; }
a { background-color: rgb(17,170,154); }
div.DivClassName
{
background-color: #11AA9A;
}
.BgClassName
{
background-color: #11AA9A;
}
</style>
border-color css
<style>
span { border-color: #11AA9A; }
span { border-color: rgb(17,170,154); }
td.TdClassName
{
border-color: #11AA9A;
}
.TagClassName
{
border-color: #11AA9A;
}
</style>