Shades of Persian Green #11B29B
Tints of Persian Green #11B29B
RGB
CMYK
RGB Variations
Color information
#11B29B (or 0x11B29B) is known color: Persian Green. HEX triplet: 11, B2 and 9B. RGB value is (17,178,155). Sum of RGB (Red+Green+Blue) = 17+178+155=350 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.86% from 350); Green value is 178 (69.92% from 255 or 50.86% from 350); Blue value is 155 (60.94% from 255 or 44.29% from 350); Max value from RGB is 178 - color contains mainly: green. Hex color #11B29B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11B29B is #EE4D64. Grayscale: #7F7F7F. Windows color (decimal): -15617381 or 10203665. OLE color: 10203665.
HSL color Cylindrical-coordinate representation of color #11B29B: hue angle of 171.43º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11B29B is Cyan = 0.90, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 17 | 178 | 155 | - |
| CMYK | 0.90 | 0 | 0.13 | 0.30 |
| HSL | 171.43º | 0.83% | 0.38% | - |
| HSV(B) | 171.43º | 0.9% | 0.7% | - |
| XYZ | 22.07 | 34.33 | 36.47 | - |
| YUV | 127.24 | 143.66 | 49.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 178 | 155 | 0.90 | 0 | 0.13 | 0.30 | 171.43 | 0.83 | 0.38 |
| Hex | 11 | B2 | 9B | 5A | 0 | D | 1E | AB | 53 | 26 |
| Octal | 21 | 262 | 233 | 132 | 0 | 15 | 36 | 253 | 123 | 46 |
| Binary | 10001 | 10110010 | 10011011 | 1011010 | 0 | 1101 | 11110 | 10101011 | 1010011 | 100110 |
Color Harmonies of #11B29B
Complementary color
Monochromatic Colors of #11B29B
Black with #11B29B
Text Example
Text Example
White with #11B29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B29B; }
p { color: rgb(17,178,155); }
H1.HeaderClassName
{
color: #11B29B;
}
.AnyTagClassName
{
color: #11B29B;
}
</style>
background-color css
<style>
a { background-color: #11B29B; }
a { background-color: rgb(17,178,155); }
div.DivClassName
{
background-color: #11B29B;
}
.BgClassName
{
background-color: #11B29B;
}
</style>
border-color css
<style>
span { border-color: #11B29B; }
span { border-color: rgb(17,178,155); }
td.TdClassName
{
border-color: #11B29B;
}
.TagClassName
{
border-color: #11B29B;
}
</style>