Shades of Persian Green #119B8C
Tints of Persian Green #119B8C
RGB
CMYK
RGB Variations
Color information
#119B8C (or 0x119B8C) is known color: Persian Green. HEX triplet: 11, 9B and 8C. RGB value is (17,155,140). Sum of RGB (Red+Green+Blue) = 17+155+140=312 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.45% from 312); Green value is 155 (60.94% from 255 or 49.68% from 312); Blue value is 140 (55.08% from 255 or 44.87% from 312); Max value from RGB is 155 - color contains mainly: green. Hex color #119B8C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119B8C is #EE6473. Grayscale: #6F6F6F. Windows color (decimal): -15623284 or 9214737. OLE color: 9214737.
HSL color Cylindrical-coordinate representation of color #119B8C: hue angle of 173.48º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119B8C is Cyan = 0.89, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 17 | 155 | 140 | - |
| CMYK | 0.89 | 0 | 0.10 | 0.39 |
| HSL | 173.48º | 0.8% | 0.34% | - |
| HSV(B) | 173.48º | 0.89% | 0.61% | - |
| XYZ | 16.69 | 25.46 | 28.84 | - |
| YUV | 112.03 | 143.78 | 60.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 155 | 140 | 0.89 | 0 | 0.10 | 0.39 | 173.48 | 0.8 | 0.34 |
| Hex | 11 | 9B | 8C | 59 | 0 | A | 27 | AD | 50 | 22 |
| Octal | 21 | 233 | 214 | 131 | 0 | 12 | 47 | 255 | 120 | 42 |
| Binary | 10001 | 10011011 | 10001100 | 1011001 | 0 | 1010 | 100111 | 10101101 | 1010000 | 100010 |
Color Harmonies of #119B8C
Complementary color
Monochromatic Colors of #119B8C
Black with #119B8C
Text Example
Text Example
White with #119B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119B8C; }
p { color: rgb(17,155,140); }
H1.HeaderClassName
{
color: #119B8C;
}
.AnyTagClassName
{
color: #119B8C;
}
</style>
background-color css
<style>
a { background-color: #119B8C; }
a { background-color: rgb(17,155,140); }
div.DivClassName
{
background-color: #119B8C;
}
.BgClassName
{
background-color: #119B8C;
}
</style>
border-color css
<style>
span { border-color: #119B8C; }
span { border-color: rgb(17,155,140); }
td.TdClassName
{
border-color: #119B8C;
}
.TagClassName
{
border-color: #119B8C;
}
</style>