Shades of Persian Green #119E90
Tints of Persian Green #119E90
RGB
CMYK
RGB Variations
Color information
#119E90 (or 0x119E90) is known color: Persian Green. HEX triplet: 11, 9E and 90. RGB value is (17,158,144). Sum of RGB (Red+Green+Blue) = 17+158+144=319 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.33% from 319); Green value is 158 (62.11% from 255 or 49.53% from 319); Blue value is 144 (56.64% from 255 or 45.14% from 319); Max value from RGB is 158 - color contains mainly: green. Hex color #119E90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119E90 is #EE616F. Grayscale: #727272. Windows color (decimal): -15622512 or 9477649. OLE color: 9477649.
HSL color Cylindrical-coordinate representation of color #119E90: hue angle of 174.04º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119E90 is Cyan = 0.89, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 158 | 144 | - |
| CMYK | 0.89 | 0 | 0.09 | 0.38 |
| HSL | 174.04º | 0.81% | 0.34% | - |
| HSV(B) | 174.04º | 0.89% | 0.62% | - |
| XYZ | 17.49 | 26.59 | 30.6 | - |
| YUV | 114.25 | 144.79 | 58.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 158 | 144 | 0.89 | 0 | 0.09 | 0.38 | 174.04 | 0.81 | 0.34 |
| Hex | 11 | 9E | 90 | 59 | 0 | 9 | 26 | AE | 51 | 22 |
| Octal | 21 | 236 | 220 | 131 | 0 | 11 | 46 | 256 | 121 | 42 |
| Binary | 10001 | 10011110 | 10010000 | 1011001 | 0 | 1001 | 100110 | 10101110 | 1010001 | 100010 |
Color Harmonies of #119E90
Complementary color
Monochromatic Colors of #119E90
Black with #119E90
Text Example
Text Example
White with #119E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119E90; }
p { color: rgb(17,158,144); }
H1.HeaderClassName
{
color: #119E90;
}
.AnyTagClassName
{
color: #119E90;
}
</style>
background-color css
<style>
a { background-color: #119E90; }
a { background-color: rgb(17,158,144); }
div.DivClassName
{
background-color: #119E90;
}
.BgClassName
{
background-color: #119E90;
}
</style>
border-color css
<style>
span { border-color: #119E90; }
span { border-color: rgb(17,158,144); }
td.TdClassName
{
border-color: #119E90;
}
.TagClassName
{
border-color: #119E90;
}
</style>