Shades of Persian Green #119F8E
Tints of Persian Green #119F8E
RGB
CMYK
RGB Variations
Color information
#119F8E (or 0x119F8E) is known color: Persian Green. HEX triplet: 11, 9F and 8E. RGB value is (17,159,142). Sum of RGB (Red+Green+Blue) = 17+159+142=318 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.35% from 318); Green value is 159 (62.5% from 255 or 50% from 318); Blue value is 142 (55.86% from 255 or 44.65% from 318); Max value from RGB is 159 - color contains mainly: green. Hex color #119F8E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119F8E is #EE6071. Grayscale: #727272. Windows color (decimal): -15622258 or 9346833. OLE color: 9346833.
HSL color Cylindrical-coordinate representation of color #119F8E: hue angle of 172.82º 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 #119F8E is Cyan = 0.89, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 159 | 142 | - |
| CMYK | 0.89 | 0 | 0.11 | 0.38 |
| HSL | 172.82º | 0.81% | 0.35% | - |
| HSV(B) | 172.82º | 0.89% | 0.62% | - |
| XYZ | 17.51 | 26.87 | 29.85 | - |
| YUV | 114.6 | 143.46 | 58.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 159 | 142 | 0.89 | 0 | 0.11 | 0.38 | 172.82 | 0.81 | 0.35 |
| Hex | 11 | 9F | 8E | 59 | 0 | B | 26 | AD | 51 | 23 |
| Octal | 21 | 237 | 216 | 131 | 0 | 13 | 46 | 255 | 121 | 43 |
| Binary | 10001 | 10011111 | 10001110 | 1011001 | 0 | 1011 | 100110 | 10101101 | 1010001 | 100011 |
Color Harmonies of #119F8E
Complementary color
Monochromatic Colors of #119F8E
Black with #119F8E
Text Example
Text Example
White with #119F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119F8E; }
p { color: rgb(17,159,142); }
H1.HeaderClassName
{
color: #119F8E;
}
.AnyTagClassName
{
color: #119F8E;
}
</style>
background-color css
<style>
a { background-color: #119F8E; }
a { background-color: rgb(17,159,142); }
div.DivClassName
{
background-color: #119F8E;
}
.BgClassName
{
background-color: #119F8E;
}
</style>
border-color css
<style>
span { border-color: #119F8E; }
span { border-color: rgb(17,159,142); }
td.TdClassName
{
border-color: #119F8E;
}
.TagClassName
{
border-color: #119F8E;
}
</style>