Shades of Persian Green #11B398
Tints of Persian Green #11B398
RGB
CMYK
RGB Variations
Color information
#11B398 (or 0x11B398) is known color: Persian Green. HEX triplet: 11, B3 and 98. RGB value is (17,179,152). Sum of RGB (Red+Green+Blue) = 17+179+152=348 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.89% from 348); Green value is 179 (70.31% from 255 or 51.44% from 348); Blue value is 152 (59.77% from 255 or 43.68% from 348); Max value from RGB is 179 - color contains mainly: green. Hex color #11B398 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11B398 is #EE4C67. Grayscale: #7F7F7F. Windows color (decimal): -15617128 or 10007313. OLE color: 10007313.
HSL color Cylindrical-coordinate representation of color #11B398: hue angle of 170º 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 #11B398 is Cyan = 0.91, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 17 | 179 | 152 | - |
| CMYK | 0.91 | 0 | 0.15 | 0.30 |
| HSL | 170º | 0.83% | 0.38% | - |
| HSV(B) | 170º | 0.91% | 0.7% | - |
| XYZ | 22.02 | 34.63 | 35.23 | - |
| YUV | 127.48 | 141.83 | 49.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 179 | 152 | 0.91 | 0 | 0.15 | 0.30 | 170 | 0.83 | 0.38 |
| Hex | 11 | B3 | 98 | 5B | 0 | F | 1E | AA | 53 | 26 |
| Octal | 21 | 263 | 230 | 133 | 0 | 17 | 36 | 252 | 123 | 46 |
| Binary | 10001 | 10110011 | 10011000 | 1011011 | 0 | 1111 | 11110 | 10101010 | 1010011 | 100110 |
Color Harmonies of #11B398
Complementary color
Monochromatic Colors of #11B398
Black with #11B398
Text Example
Text Example
White with #11B398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B398; }
p { color: rgb(17,179,152); }
H1.HeaderClassName
{
color: #11B398;
}
.AnyTagClassName
{
color: #11B398;
}
</style>
background-color css
<style>
a { background-color: #11B398; }
a { background-color: rgb(17,179,152); }
div.DivClassName
{
background-color: #11B398;
}
.BgClassName
{
background-color: #11B398;
}
</style>
border-color css
<style>
span { border-color: #11B398; }
span { border-color: rgb(17,179,152); }
td.TdClassName
{
border-color: #11B398;
}
.TagClassName
{
border-color: #11B398;
}
</style>