Shades of Persian Green #119F8F
Tints of Persian Green #119F8F
RGB
CMYK
RGB Variations
Color information
#119F8F (or 0x119F8F) is known color: Persian Green. HEX triplet: 11, 9F and 8F. RGB value is (17,159,143). Sum of RGB (Red+Green+Blue) = 17+159+143=319 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.33% from 319); Green value is 159 (62.5% from 255 or 49.84% from 319); Blue value is 143 (56.25% from 255 or 44.83% from 319); Max value from RGB is 159 - color contains mainly: green. Hex color #119F8F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119F8F is #EE6070. Grayscale: #727272. Windows color (decimal): -15622257 or 9412369. OLE color: 9412369.
HSL color Cylindrical-coordinate representation of color #119F8F: hue angle of 173.24º 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 #119F8F is Cyan = 0.89, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 159 | 143 | - |
| CMYK | 0.89 | 0 | 0.10 | 0.38 |
| HSL | 173.24º | 0.81% | 0.35% | - |
| HSV(B) | 173.24º | 0.89% | 0.62% | - |
| XYZ | 17.59 | 26.9 | 30.25 | - |
| YUV | 114.72 | 143.96 | 58.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 159 | 143 | 0.89 | 0 | 0.10 | 0.38 | 173.24 | 0.81 | 0.35 |
| Hex | 11 | 9F | 8F | 59 | 0 | A | 26 | AD | 51 | 23 |
| Octal | 21 | 237 | 217 | 131 | 0 | 12 | 46 | 255 | 121 | 43 |
| Binary | 10001 | 10011111 | 10001111 | 1011001 | 0 | 1010 | 100110 | 10101101 | 1010001 | 100011 |
Color Harmonies of #119F8F
Complementary color
Monochromatic Colors of #119F8F
Black with #119F8F
Text Example
Text Example
White with #119F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119F8F; }
p { color: rgb(17,159,143); }
H1.HeaderClassName
{
color: #119F8F;
}
.AnyTagClassName
{
color: #119F8F;
}
</style>
background-color css
<style>
a { background-color: #119F8F; }
a { background-color: rgb(17,159,143); }
div.DivClassName
{
background-color: #119F8F;
}
.BgClassName
{
background-color: #119F8F;
}
</style>
border-color css
<style>
span { border-color: #119F8F; }
span { border-color: rgb(17,159,143); }
td.TdClassName
{
border-color: #119F8F;
}
.TagClassName
{
border-color: #119F8F;
}
</style>