Shades of Jade #17B166
Tints of Jade #17B166
RGB
CMYK
RGB Variations
Color information
#17B166 (or 0x17B166) is known color: Jade. HEX triplet: 17, B1 and 66. RGB value is (23,177,102). Sum of RGB (Red+Green+Blue) = 23+177+102=302 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.62% from 302); Green value is 177 (69.53% from 255 or 58.61% from 302); Blue value is 102 (40.23% from 255 or 33.77% from 302); Max value from RGB is 177 - color contains mainly: green. Hex color #17B166 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #17B166 is #E84E99. Grayscale: #7A7A7A. Windows color (decimal): -15224474 or 6730007. OLE color: 6730007.
HSL color Cylindrical-coordinate representation of color #17B166: hue angle of 150.78º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #17B166 is Cyan = 0.87, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 23 | 177 | 102 | - |
| CMYK | 0.87 | 0 | 0.42 | 0.31 |
| HSL | 150.78º | 0.77% | 0.39% | - |
| HSV(B) | 150.78º | 0.87% | 0.69% | - |
| XYZ | 18.47 | 32.59 | 17.89 | - |
| YUV | 122.4 | 116.48 | 57.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 177 | 102 | 0.87 | 0 | 0.42 | 0.31 | 150.78 | 0.77 | 0.39 |
| Hex | 17 | B1 | 66 | 57 | 0 | 2A | 1F | 97 | 4D | 27 |
| Octal | 27 | 261 | 146 | 127 | 0 | 52 | 37 | 227 | 115 | 47 |
| Binary | 10111 | 10110001 | 1100110 | 1010111 | 0 | 101010 | 11111 | 10010111 | 1001101 | 100111 |
Color Harmonies of #17B166
Complementary color
Monochromatic Colors of #17B166
Black with #17B166
Text Example
Text Example
White with #17B166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17B166; }
p { color: rgb(23,177,102); }
H1.HeaderClassName
{
color: #17B166;
}
.AnyTagClassName
{
color: #17B166;
}
</style>
background-color css
<style>
a { background-color: #17B166; }
a { background-color: rgb(23,177,102); }
div.DivClassName
{
background-color: #17B166;
}
.BgClassName
{
background-color: #17B166;
}
</style>
border-color css
<style>
span { border-color: #17B166; }
span { border-color: rgb(23,177,102); }
td.TdClassName
{
border-color: #17B166;
}
.TagClassName
{
border-color: #17B166;
}
</style>