Shades of Persian Green #119F93
Tints of Persian Green #119F93
RGB
CMYK
RGB Variations
Color information
#119F93 (or 0x119F93) is known color: Persian Green. HEX triplet: 11, 9F and 93. RGB value is (17,159,147). Sum of RGB (Red+Green+Blue) = 17+159+147=323 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.26% from 323); Green value is 159 (62.5% from 255 or 49.23% from 323); Blue value is 147 (57.81% from 255 or 45.51% from 323); Max value from RGB is 159 - color contains mainly: green. Hex color #119F93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119F93 is #EE606C. Grayscale: #737373. Windows color (decimal): -15622253 or 9674513. OLE color: 9674513.
HSL color Cylindrical-coordinate representation of color #119F93: hue angle of 174.93º 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 #119F93 is Cyan = 0.89, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 159 | 147 | - |
| CMYK | 0.89 | 0 | 0.08 | 0.38 |
| HSL | 174.93º | 0.81% | 0.35% | - |
| HSV(B) | 174.93º | 0.89% | 0.62% | - |
| XYZ | 17.9 | 27.02 | 31.88 | - |
| YUV | 115.17 | 145.96 | 57.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 159 | 147 | 0.89 | 0 | 0.08 | 0.38 | 174.93 | 0.81 | 0.35 |
| Hex | 11 | 9F | 93 | 59 | 0 | 8 | 26 | AF | 51 | 23 |
| Octal | 21 | 237 | 223 | 131 | 0 | 10 | 46 | 257 | 121 | 43 |
| Binary | 10001 | 10011111 | 10010011 | 1011001 | 0 | 1000 | 100110 | 10101111 | 1010001 | 100011 |
Color Harmonies of #119F93
Complementary color
Monochromatic Colors of #119F93
Black with #119F93
Text Example
Text Example
White with #119F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119F93; }
p { color: rgb(17,159,147); }
H1.HeaderClassName
{
color: #119F93;
}
.AnyTagClassName
{
color: #119F93;
}
</style>
background-color css
<style>
a { background-color: #119F93; }
a { background-color: rgb(17,159,147); }
div.DivClassName
{
background-color: #119F93;
}
.BgClassName
{
background-color: #119F93;
}
</style>
border-color css
<style>
span { border-color: #119F93; }
span { border-color: rgb(17,159,147); }
td.TdClassName
{
border-color: #119F93;
}
.TagClassName
{
border-color: #119F93;
}
</style>