Shades of Jade #17BC66
Tints of Jade #17BC66
RGB
CMYK
RGB Variations
Color information
#17BC66 (or 0x17BC66) is known color: Jade. HEX triplet: 17, BC and 66. RGB value is (23,188,102). Sum of RGB (Red+Green+Blue) = 23+188+102=313 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.35% from 313); Green value is 188 (73.83% from 255 or 60.06% from 313); Blue value is 102 (40.23% from 255 or 32.59% from 313); Max value from RGB is 188 - color contains mainly: green. Hex color #17BC66 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #17BC66 is #E84399. Grayscale: #818181. Windows color (decimal): -15221658 or 6732823. OLE color: 6732823.
HSL color Cylindrical-coordinate representation of color #17BC66: hue angle of 148.73º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #17BC66 is Cyan = 0.88, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 23 | 188 | 102 | - |
| CMYK | 0.88 | 0 | 0.46 | 0.26 |
| HSL | 148.73º | 0.78% | 0.41% | - |
| HSV(B) | 148.73º | 0.88% | 0.74% | - |
| XYZ | 20.73 | 37.11 | 18.64 | - |
| YUV | 128.86 | 112.84 | 52.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 188 | 102 | 0.88 | 0 | 0.46 | 0.26 | 148.73 | 0.78 | 0.41 |
| Hex | 17 | BC | 66 | 58 | 0 | 2E | 1A | 95 | 4E | 29 |
| Octal | 27 | 274 | 146 | 130 | 0 | 56 | 32 | 225 | 116 | 51 |
| Binary | 10111 | 10111100 | 1100110 | 1011000 | 0 | 101110 | 11010 | 10010101 | 1001110 | 101001 |
Color Harmonies of #17BC66
Complementary color
Monochromatic Colors of #17BC66
Black with #17BC66
Text Example
Text Example
White with #17BC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17BC66; }
p { color: rgb(23,188,102); }
H1.HeaderClassName
{
color: #17BC66;
}
.AnyTagClassName
{
color: #17BC66;
}
</style>
background-color css
<style>
a { background-color: #17BC66; }
a { background-color: rgb(23,188,102); }
div.DivClassName
{
background-color: #17BC66;
}
.BgClassName
{
background-color: #17BC66;
}
</style>
border-color css
<style>
span { border-color: #17BC66; }
span { border-color: rgb(23,188,102); }
td.TdClassName
{
border-color: #17BC66;
}
.TagClassName
{
border-color: #17BC66;
}
</style>