Shades of Persian Green #119E98
Tints of Persian Green #119E98
RGB
CMYK
RGB Variations
Color information
#119E98 (or 0x119E98) is known color: Persian Green. HEX triplet: 11, 9E and 98. RGB value is (17,158,152). Sum of RGB (Red+Green+Blue) = 17+158+152=327 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.20% from 327); Green value is 158 (62.11% from 255 or 48.32% from 327); Blue value is 152 (59.77% from 255 or 46.48% from 327); Max value from RGB is 158 - color contains mainly: green. Hex color #119E98 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119E98 is #EE6167. Grayscale: #737373. Windows color (decimal): -15622504 or 10001937. OLE color: 10001937.
HSL color Cylindrical-coordinate representation of color #119E98: hue angle of 177.45º 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 #119E98 is Cyan = 0.89, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 158 | 152 | - |
| CMYK | 0.89 | 0 | 0.04 | 0.38 |
| HSL | 177.45º | 0.81% | 0.34% | - |
| HSV(B) | 177.45º | 0.89% | 0.62% | - |
| XYZ | 18.13 | 26.84 | 33.93 | - |
| YUV | 115.16 | 148.79 | 57.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 158 | 152 | 0.89 | 0 | 0.04 | 0.38 | 177.45 | 0.81 | 0.34 |
| Hex | 11 | 9E | 98 | 59 | 0 | 4 | 26 | B1 | 51 | 22 |
| Octal | 21 | 236 | 230 | 131 | 0 | 4 | 46 | 261 | 121 | 42 |
| Binary | 10001 | 10011110 | 10011000 | 1011001 | 0 | 100 | 100110 | 10110001 | 1010001 | 100010 |
Color Harmonies of #119E98
Complementary color
Monochromatic Colors of #119E98
Black with #119E98
Text Example
Text Example
White with #119E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119E98; }
p { color: rgb(17,158,152); }
H1.HeaderClassName
{
color: #119E98;
}
.AnyTagClassName
{
color: #119E98;
}
</style>
background-color css
<style>
a { background-color: #119E98; }
a { background-color: rgb(17,158,152); }
div.DivClassName
{
background-color: #119E98;
}
.BgClassName
{
background-color: #119E98;
}
</style>
border-color css
<style>
span { border-color: #119E98; }
span { border-color: rgb(17,158,152); }
td.TdClassName
{
border-color: #119E98;
}
.TagClassName
{
border-color: #119E98;
}
</style>