Shades of Persian Green #11A29B
Tints of Persian Green #11A29B
RGB
CMYK
RGB Variations
Color information
#11A29B (or 0x11A29B) is known color: Persian Green. HEX triplet: 11, A2 and 9B. RGB value is (17,162,155). Sum of RGB (Red+Green+Blue) = 17+162+155=334 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.09% from 334); Green value is 162 (63.67% from 255 or 48.50% from 334); Blue value is 155 (60.94% from 255 or 46.41% from 334); Max value from RGB is 162 - color contains mainly: green. Hex color #11A29B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11A29B is #EE5D64. Grayscale: #757575. Windows color (decimal): -15621477 or 10199569. OLE color: 10199569.
HSL color Cylindrical-coordinate representation of color #11A29B: hue angle of 177.1º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11A29B is Cyan = 0.90, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 17 | 162 | 155 | - |
| CMYK | 0.90 | 0 | 0.04 | 0.36 |
| HSL | 177.1º | 0.81% | 0.35% | - |
| HSV(B) | 177.1º | 0.9% | 0.64% | - |
| XYZ | 19.07 | 28.33 | 35.47 | - |
| YUV | 117.85 | 148.96 | 56.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 162 | 155 | 0.90 | 0 | 0.04 | 0.36 | 177.1 | 0.81 | 0.35 |
| Hex | 11 | A2 | 9B | 5A | 0 | 4 | 24 | B1 | 51 | 23 |
| Octal | 21 | 242 | 233 | 132 | 0 | 4 | 44 | 261 | 121 | 43 |
| Binary | 10001 | 10100010 | 10011011 | 1011010 | 0 | 100 | 100100 | 10110001 | 1010001 | 100011 |
Color Harmonies of #11A29B
Complementary color
Monochromatic Colors of #11A29B
Black with #11A29B
Text Example
Text Example
White with #11A29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A29B; }
p { color: rgb(17,162,155); }
H1.HeaderClassName
{
color: #11A29B;
}
.AnyTagClassName
{
color: #11A29B;
}
</style>
background-color css
<style>
a { background-color: #11A29B; }
a { background-color: rgb(17,162,155); }
div.DivClassName
{
background-color: #11A29B;
}
.BgClassName
{
background-color: #11A29B;
}
</style>
border-color css
<style>
span { border-color: #11A29B; }
span { border-color: rgb(17,162,155); }
td.TdClassName
{
border-color: #11A29B;
}
.TagClassName
{
border-color: #11A29B;
}
</style>