Shades of Persian Green #119D98
Tints of Persian Green #119D98
RGB
CMYK
RGB Variations
Color information
#119D98 (or 0x119D98) is known color: Persian Green. HEX triplet: 11, 9D and 98. RGB value is (17,157,152). Sum of RGB (Red+Green+Blue) = 17+157+152=326 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.21% from 326); Green value is 157 (61.72% from 255 or 48.16% from 326); Blue value is 152 (59.77% from 255 or 46.63% from 326); Max value from RGB is 157 - color contains mainly: green. Hex color #119D98 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119D98 is #EE6267. Grayscale: #727272. Windows color (decimal): -15622760 or 10001681. OLE color: 10001681.
HSL color Cylindrical-coordinate representation of color #119D98: hue angle of 177.86º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119D98 is Cyan = 0.89, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 157 | 152 | - |
| CMYK | 0.89 | 0 | 0.03 | 0.38 |
| HSL | 177.86º | 0.8% | 0.34% | - |
| HSV(B) | 177.86º | 0.89% | 0.62% | - |
| XYZ | 17.96 | 26.5 | 33.87 | - |
| YUV | 114.57 | 149.12 | 58.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 157 | 152 | 0.89 | 0 | 0.03 | 0.38 | 177.86 | 0.8 | 0.34 |
| Hex | 11 | 9D | 98 | 59 | 0 | 3 | 26 | B2 | 50 | 22 |
| Octal | 21 | 235 | 230 | 131 | 0 | 3 | 46 | 262 | 120 | 42 |
| Binary | 10001 | 10011101 | 10011000 | 1011001 | 0 | 11 | 100110 | 10110010 | 1010000 | 100010 |
Color Harmonies of #119D98
Complementary color
Monochromatic Colors of #119D98
Black with #119D98
Text Example
Text Example
White with #119D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119D98; }
p { color: rgb(17,157,152); }
H1.HeaderClassName
{
color: #119D98;
}
.AnyTagClassName
{
color: #119D98;
}
</style>
background-color css
<style>
a { background-color: #119D98; }
a { background-color: rgb(17,157,152); }
div.DivClassName
{
background-color: #119D98;
}
.BgClassName
{
background-color: #119D98;
}
</style>
border-color css
<style>
span { border-color: #119D98; }
span { border-color: rgb(17,157,152); }
td.TdClassName
{
border-color: #119D98;
}
.TagClassName
{
border-color: #119D98;
}
</style>