Shades of Persian Green #11B397
Tints of Persian Green #11B397
RGB
CMYK
RGB Variations
Color information
#11B397 (or 0x11B397) is known color: Persian Green. HEX triplet: 11, B3 and 97. RGB value is (17,179,151). Sum of RGB (Red+Green+Blue) = 17+179+151=347 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.90% from 347); Green value is 179 (70.31% from 255 or 51.59% from 347); Blue value is 151 (59.38% from 255 or 43.52% from 347); Max value from RGB is 179 - color contains mainly: green. Hex color #11B397 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11B397 is #EE4C68. Grayscale: #7F7F7F. Windows color (decimal): -15617129 or 9941777. OLE color: 9941777.
HSL color Cylindrical-coordinate representation of color #11B397: hue angle of 169.63º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11B397 is Cyan = 0.91, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 17 | 179 | 151 | - |
| CMYK | 0.91 | 0 | 0.16 | 0.30 |
| HSL | 169.63º | 0.83% | 0.38% | - |
| HSV(B) | 169.63º | 0.91% | 0.7% | - |
| XYZ | 21.94 | 34.59 | 34.8 | - |
| YUV | 127.37 | 141.33 | 49.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 179 | 151 | 0.91 | 0 | 0.16 | 0.30 | 169.63 | 0.83 | 0.38 |
| Hex | 11 | B3 | 97 | 5B | 0 | 10 | 1E | AA | 53 | 26 |
| Octal | 21 | 263 | 227 | 133 | 0 | 20 | 36 | 252 | 123 | 46 |
| Binary | 10001 | 10110011 | 10010111 | 1011011 | 0 | 10000 | 11110 | 10101010 | 1010011 | 100110 |
Color Harmonies of #11B397
Complementary color
Monochromatic Colors of #11B397
Black with #11B397
Text Example
Text Example
White with #11B397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B397; }
p { color: rgb(17,179,151); }
H1.HeaderClassName
{
color: #11B397;
}
.AnyTagClassName
{
color: #11B397;
}
</style>
background-color css
<style>
a { background-color: #11B397; }
a { background-color: rgb(17,179,151); }
div.DivClassName
{
background-color: #11B397;
}
.BgClassName
{
background-color: #11B397;
}
</style>
border-color css
<style>
span { border-color: #11B397; }
span { border-color: rgb(17,179,151); }
td.TdClassName
{
border-color: #11B397;
}
.TagClassName
{
border-color: #11B397;
}
</style>