Shades of Persian Green #119D8B
Tints of Persian Green #119D8B
RGB
CMYK
RGB Variations
Color information
#119D8B (or 0x119D8B) is known color: Persian Green. HEX triplet: 11, 9D and 8B. RGB value is (17,157,139). Sum of RGB (Red+Green+Blue) = 17+157+139=313 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.43% from 313); Green value is 157 (61.72% from 255 or 50.16% from 313); Blue value is 139 (54.69% from 255 or 44.41% from 313); Max value from RGB is 157 - color contains mainly: green. Hex color #119D8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119D8B is #EE6274. Grayscale: #717171. Windows color (decimal): -15622773 or 9149713. OLE color: 9149713.
HSL color Cylindrical-coordinate representation of color #119D8B: hue angle of 172.29º 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 #119D8B is Cyan = 0.89, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 157 | 139 | - |
| CMYK | 0.89 | 0 | 0.11 | 0.38 |
| HSL | 172.29º | 0.8% | 0.34% | - |
| HSV(B) | 172.29º | 0.89% | 0.62% | - |
| XYZ | 16.95 | 26.1 | 28.57 | - |
| YUV | 113.09 | 142.62 | 59.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 157 | 139 | 0.89 | 0 | 0.11 | 0.38 | 172.29 | 0.8 | 0.34 |
| Hex | 11 | 9D | 8B | 59 | 0 | B | 26 | AC | 50 | 22 |
| Octal | 21 | 235 | 213 | 131 | 0 | 13 | 46 | 254 | 120 | 42 |
| Binary | 10001 | 10011101 | 10001011 | 1011001 | 0 | 1011 | 100110 | 10101100 | 1010000 | 100010 |
Color Harmonies of #119D8B
Complementary color
Monochromatic Colors of #119D8B
Black with #119D8B
Text Example
Text Example
White with #119D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119D8B; }
p { color: rgb(17,157,139); }
H1.HeaderClassName
{
color: #119D8B;
}
.AnyTagClassName
{
color: #119D8B;
}
</style>
background-color css
<style>
a { background-color: #119D8B; }
a { background-color: rgb(17,157,139); }
div.DivClassName
{
background-color: #119D8B;
}
.BgClassName
{
background-color: #119D8B;
}
</style>
border-color css
<style>
span { border-color: #119D8B; }
span { border-color: rgb(17,157,139); }
td.TdClassName
{
border-color: #119D8B;
}
.TagClassName
{
border-color: #119D8B;
}
</style>