Shades of Jade #17B164
Tints of Jade #17B164
RGB
CMYK
RGB Variations
Color information
#17B164 (or 0x17B164) is known color: Jade. HEX triplet: 17, B1 and 64. RGB value is (23,177,100). Sum of RGB (Red+Green+Blue) = 23+177+100=300 (39% of max value = 765). Red value is 23 (9.38% from 255 or 7.67% from 300); Green value is 177 (69.53% from 255 or 59% from 300); Blue value is 100 (39.45% from 255 or 33.33% from 300); Max value from RGB is 177 - color contains mainly: green. Hex color #17B164 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #17B164 is #E84E9B. Grayscale: #7A7A7A. Windows color (decimal): -15224476 or 6598935. OLE color: 6598935.
HSL color Cylindrical-coordinate representation of color #17B164: hue angle of 150º 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 #17B164 is Cyan = 0.87, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 23 | 177 | 100 | - |
| CMYK | 0.87 | 0 | 0.44 | 0.31 |
| HSL | 150º | 0.77% | 0.39% | - |
| HSV(B) | 150º | 0.87% | 0.69% | - |
| XYZ | 18.38 | 32.55 | 17.37 | - |
| YUV | 122.18 | 115.48 | 57.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 177 | 100 | 0.87 | 0 | 0.44 | 0.31 | 150 | 0.77 | 0.39 |
| Hex | 17 | B1 | 64 | 57 | 0 | 2C | 1F | 96 | 4D | 27 |
| Octal | 27 | 261 | 144 | 127 | 0 | 54 | 37 | 226 | 115 | 47 |
| Binary | 10111 | 10110001 | 1100100 | 1010111 | 0 | 101100 | 11111 | 10010110 | 1001101 | 100111 |
Color Harmonies of #17B164
Complementary color
Monochromatic Colors of #17B164
Black with #17B164
Text Example
Text Example
White with #17B164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17B164; }
p { color: rgb(23,177,100); }
H1.HeaderClassName
{
color: #17B164;
}
.AnyTagClassName
{
color: #17B164;
}
</style>
background-color css
<style>
a { background-color: #17B164; }
a { background-color: rgb(23,177,100); }
div.DivClassName
{
background-color: #17B164;
}
.BgClassName
{
background-color: #17B164;
}
</style>
border-color css
<style>
span { border-color: #17B164; }
span { border-color: rgb(23,177,100); }
td.TdClassName
{
border-color: #17B164;
}
.TagClassName
{
border-color: #17B164;
}
</style>