Shades of Persian Green #11998D
Tints of Persian Green #11998D
RGB
CMYK
RGB Variations
Color information
#11998D (or 0x11998D) is known color: Persian Green. HEX triplet: 11, 99 and 8D. RGB value is (17,153,141). Sum of RGB (Red+Green+Blue) = 17+153+141=311 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.47% from 311); Green value is 153 (60.16% from 255 or 49.20% from 311); Blue value is 141 (55.47% from 255 or 45.34% from 311); Max value from RGB is 153 - color contains mainly: green. Hex color #11998D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11998D is #EE6672. Grayscale: #6E6E6E. Windows color (decimal): -15623795 or 9279761. OLE color: 9279761.
HSL color Cylindrical-coordinate representation of color #11998D: hue angle of 174.71º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11998D is Cyan = 0.89, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 17 | 153 | 141 | - |
| CMYK | 0.89 | 0 | 0.08 | 0.4 |
| HSL | 174.71º | 0.8% | 0.33% | - |
| HSV(B) | 174.71º | 0.89% | 0.6% | - |
| XYZ | 16.43 | 24.82 | 29.13 | - |
| YUV | 110.97 | 144.94 | 60.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 153 | 141 | 0.89 | 0 | 0.08 | 0.4 | 174.71 | 0.8 | 0.33 |
| Hex | 11 | 99 | 8D | 59 | 0 | 8 | 28 | AF | 50 | 21 |
| Octal | 21 | 231 | 215 | 131 | 0 | 10 | 50 | 257 | 120 | 41 |
| Binary | 10001 | 10011001 | 10001101 | 1011001 | 0 | 1000 | 101000 | 10101111 | 1010000 | 100001 |
Color Harmonies of #11998D
Complementary color
Monochromatic Colors of #11998D
Black with #11998D
Text Example
Text Example
White with #11998D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11998D; }
p { color: rgb(17,153,141); }
H1.HeaderClassName
{
color: #11998D;
}
.AnyTagClassName
{
color: #11998D;
}
</style>
background-color css
<style>
a { background-color: #11998D; }
a { background-color: rgb(17,153,141); }
div.DivClassName
{
background-color: #11998D;
}
.BgClassName
{
background-color: #11998D;
}
</style>
border-color css
<style>
span { border-color: #11998D; }
span { border-color: rgb(17,153,141); }
td.TdClassName
{
border-color: #11998D;
}
.TagClassName
{
border-color: #11998D;
}
</style>