Shades of Persian Green #119F8C
Tints of Persian Green #119F8C
RGB
CMYK
RGB Variations
Color information
#119F8C (or 0x119F8C) is known color: Persian Green. HEX triplet: 11, 9F and 8C. RGB value is (17,159,140). Sum of RGB (Red+Green+Blue) = 17+159+140=316 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.38% from 316); Green value is 159 (62.5% from 255 or 50.32% from 316); Blue value is 140 (55.08% from 255 or 44.30% from 316); Max value from RGB is 159 - color contains mainly: green. Hex color #119F8C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119F8C is #EE6073. Grayscale: #727272. Windows color (decimal): -15622260 or 9215761. OLE color: 9215761.
HSL color Cylindrical-coordinate representation of color #119F8C: hue angle of 171.97º 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 #119F8C is Cyan = 0.89, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 159 | 140 | - |
| CMYK | 0.89 | 0 | 0.12 | 0.38 |
| HSL | 171.97º | 0.81% | 0.35% | - |
| HSV(B) | 171.97º | 0.89% | 0.62% | - |
| XYZ | 17.36 | 26.81 | 29.07 | - |
| YUV | 114.38 | 142.46 | 58.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 159 | 140 | 0.89 | 0 | 0.12 | 0.38 | 171.97 | 0.81 | 0.35 |
| Hex | 11 | 9F | 8C | 59 | 0 | C | 26 | AC | 51 | 23 |
| Octal | 21 | 237 | 214 | 131 | 0 | 14 | 46 | 254 | 121 | 43 |
| Binary | 10001 | 10011111 | 10001100 | 1011001 | 0 | 1100 | 100110 | 10101100 | 1010001 | 100011 |
Color Harmonies of #119F8C
Complementary color
Monochromatic Colors of #119F8C
Black with #119F8C
Text Example
Text Example
White with #119F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119F8C; }
p { color: rgb(17,159,140); }
H1.HeaderClassName
{
color: #119F8C;
}
.AnyTagClassName
{
color: #119F8C;
}
</style>
background-color css
<style>
a { background-color: #119F8C; }
a { background-color: rgb(17,159,140); }
div.DivClassName
{
background-color: #119F8C;
}
.BgClassName
{
background-color: #119F8C;
}
</style>
border-color css
<style>
span { border-color: #119F8C; }
span { border-color: rgb(17,159,140); }
td.TdClassName
{
border-color: #119F8C;
}
.TagClassName
{
border-color: #119F8C;
}
</style>