Shades of Persian Green #119F98
Tints of Persian Green #119F98
RGB
CMYK
RGB Variations
Color information
#119F98 (or 0x119F98) is known color: Persian Green. HEX triplet: 11, 9F and 98. RGB value is (17,159,152). Sum of RGB (Red+Green+Blue) = 17+159+152=328 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.18% from 328); Green value is 159 (62.5% from 255 or 48.48% from 328); Blue value is 152 (59.77% from 255 or 46.34% from 328); Max value from RGB is 159 - color contains mainly: green. Hex color #119F98 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119F98 is #EE6067. Grayscale: #737373. Windows color (decimal): -15622248 or 10002193. OLE color: 10002193.
HSL color Cylindrical-coordinate representation of color #119F98: hue angle of 177.04º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119F98 is Cyan = 0.89, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 159 | 152 | - |
| CMYK | 0.89 | 0 | 0.04 | 0.38 |
| HSL | 177.04º | 0.81% | 0.35% | - |
| HSV(B) | 177.04º | 0.89% | 0.62% | - |
| XYZ | 18.3 | 27.18 | 33.99 | - |
| YUV | 115.74 | 148.46 | 57.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 159 | 152 | 0.89 | 0 | 0.04 | 0.38 | 177.04 | 0.81 | 0.35 |
| Hex | 11 | 9F | 98 | 59 | 0 | 4 | 26 | B1 | 51 | 23 |
| Octal | 21 | 237 | 230 | 131 | 0 | 4 | 46 | 261 | 121 | 43 |
| Binary | 10001 | 10011111 | 10011000 | 1011001 | 0 | 100 | 100110 | 10110001 | 1010001 | 100011 |
Color Harmonies of #119F98
Complementary color
Monochromatic Colors of #119F98
Black with #119F98
Text Example
Text Example
White with #119F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119F98; }
p { color: rgb(17,159,152); }
H1.HeaderClassName
{
color: #119F98;
}
.AnyTagClassName
{
color: #119F98;
}
</style>
background-color css
<style>
a { background-color: #119F98; }
a { background-color: rgb(17,159,152); }
div.DivClassName
{
background-color: #119F98;
}
.BgClassName
{
background-color: #119F98;
}
</style>
border-color css
<style>
span { border-color: #119F98; }
span { border-color: rgb(17,159,152); }
td.TdClassName
{
border-color: #119F98;
}
.TagClassName
{
border-color: #119F98;
}
</style>