Shades of Persian Green #119A89
Tints of Persian Green #119A89
RGB
CMYK
RGB Variations
Color information
#119A89 (or 0x119A89) is known color: Persian Green. HEX triplet: 11, 9A and 89. RGB value is (17,154,137). Sum of RGB (Red+Green+Blue) = 17+154+137=308 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.52% from 308); Green value is 154 (60.55% from 255 or 50% from 308); Blue value is 137 (53.91% from 255 or 44.48% from 308); Max value from RGB is 154 - color contains mainly: green. Hex color #119A89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119A89 is #EE6576. Grayscale: #6F6F6F. Windows color (decimal): -15623543 or 9017873. OLE color: 9017873.
HSL color Cylindrical-coordinate representation of color #119A89: hue angle of 172.55º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119A89 is Cyan = 0.89, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 17 | 154 | 137 | - |
| CMYK | 0.89 | 0 | 0.11 | 0.40 |
| HSL | 172.55º | 0.8% | 0.34% | - |
| HSV(B) | 172.55º | 0.89% | 0.6% | - |
| XYZ | 16.3 | 25.04 | 27.64 | - |
| YUV | 111.1 | 142.61 | 60.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 154 | 137 | 0.89 | 0 | 0.11 | 0.40 | 172.55 | 0.8 | 0.34 |
| Hex | 11 | 9A | 89 | 59 | 0 | B | 28 | AD | 50 | 22 |
| Octal | 21 | 232 | 211 | 131 | 0 | 13 | 50 | 255 | 120 | 42 |
| Binary | 10001 | 10011010 | 10001001 | 1011001 | 0 | 1011 | 101000 | 10101101 | 1010000 | 100010 |
Color Harmonies of #119A89
Complementary color
Monochromatic Colors of #119A89
Black with #119A89
Text Example
Text Example
White with #119A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119A89; }
p { color: rgb(17,154,137); }
H1.HeaderClassName
{
color: #119A89;
}
.AnyTagClassName
{
color: #119A89;
}
</style>
background-color css
<style>
a { background-color: #119A89; }
a { background-color: rgb(17,154,137); }
div.DivClassName
{
background-color: #119A89;
}
.BgClassName
{
background-color: #119A89;
}
</style>
border-color css
<style>
span { border-color: #119A89; }
span { border-color: rgb(17,154,137); }
td.TdClassName
{
border-color: #119A89;
}
.TagClassName
{
border-color: #119A89;
}
</style>