Shades of Jade #119F6B
Tints of Jade #119F6B
RGB
CMYK
RGB Variations
Color information
#119F6B (or 0x119F6B) is known color: Jade. HEX triplet: 11, 9F and 6B. RGB value is (17,159,107). Sum of RGB (Red+Green+Blue) = 17+159+107=283 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.01% from 283); Green value is 159 (62.5% from 255 or 56.18% from 283); Blue value is 107 (42.19% from 255 or 37.81% from 283); Max value from RGB is 159 - color contains mainly: green. Hex color #119F6B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119F6B is #EE6094. Grayscale: #6E6E6E. Windows color (decimal): -15622293 or 7053073. OLE color: 7053073.
HSL color Cylindrical-coordinate representation of color #119F6B: hue angle of 158.03º 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 #119F6B is Cyan = 0.89, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 159 | 107 | - |
| CMYK | 0.89 | 0 | 0.33 | 0.38 |
| HSL | 158.03º | 0.81% | 0.35% | - |
| HSV(B) | 158.03º | 0.89% | 0.62% | - |
| XYZ | 15.28 | 25.98 | 18.12 | - |
| YUV | 110.61 | 125.96 | 61.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 159 | 107 | 0.89 | 0 | 0.33 | 0.38 | 158.03 | 0.81 | 0.35 |
| Hex | 11 | 9F | 6B | 59 | 0 | 21 | 26 | 9E | 51 | 23 |
| Octal | 21 | 237 | 153 | 131 | 0 | 41 | 46 | 236 | 121 | 43 |
| Binary | 10001 | 10011111 | 1101011 | 1011001 | 0 | 100001 | 100110 | 10011110 | 1010001 | 100011 |
Color Harmonies of #119F6B
Complementary color
Monochromatic Colors of #119F6B
Black with #119F6B
Text Example
Text Example
White with #119F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119F6B; }
p { color: rgb(17,159,107); }
H1.HeaderClassName
{
color: #119F6B;
}
.AnyTagClassName
{
color: #119F6B;
}
</style>
background-color css
<style>
a { background-color: #119F6B; }
a { background-color: rgb(17,159,107); }
div.DivClassName
{
background-color: #119F6B;
}
.BgClassName
{
background-color: #119F6B;
}
</style>
border-color css
<style>
span { border-color: #119F6B; }
span { border-color: rgb(17,159,107); }
td.TdClassName
{
border-color: #119F6B;
}
.TagClassName
{
border-color: #119F6B;
}
</style>