Shades of Jade #15BB68
Tints of Jade #15BB68
RGB
CMYK
RGB Variations
Color information
#15BB68 (or 0x15BB68) is known color: Jade. HEX triplet: 15, BB and 68. RGB value is (21,187,104). Sum of RGB (Red+Green+Blue) = 21+187+104=312 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.73% from 312); Green value is 187 (73.44% from 255 or 59.94% from 312); Blue value is 104 (41.02% from 255 or 33.33% from 312); Max value from RGB is 187 - color contains mainly: green. Hex color #15BB68 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #15BB68 is #EA4497. Grayscale: #808080. Windows color (decimal): -15352984 or 6863637. OLE color: 6863637.
HSL color Cylindrical-coordinate representation of color #15BB68: hue angle of 150º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15BB68 is Cyan = 0.89, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 21 | 187 | 104 | - |
| CMYK | 0.89 | 0 | 0.44 | 0.27 |
| HSL | 150º | 0.8% | 0.41% | - |
| HSV(B) | 150º | 0.89% | 0.73% | - |
| XYZ | 20.58 | 36.7 | 19.1 | - |
| YUV | 127.9 | 114.5 | 51.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 187 | 104 | 0.89 | 0 | 0.44 | 0.27 | 150 | 0.8 | 0.41 |
| Hex | 15 | BB | 68 | 59 | 0 | 2C | 1B | 96 | 50 | 29 |
| Octal | 25 | 273 | 150 | 131 | 0 | 54 | 33 | 226 | 120 | 51 |
| Binary | 10101 | 10111011 | 1101000 | 1011001 | 0 | 101100 | 11011 | 10010110 | 1010000 | 101001 |
Color Harmonies of #15BB68
Complementary color
Monochromatic Colors of #15BB68
Black with #15BB68
Text Example
Text Example
White with #15BB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BB68; }
p { color: rgb(21,187,104); }
H1.HeaderClassName
{
color: #15BB68;
}
.AnyTagClassName
{
color: #15BB68;
}
</style>
background-color css
<style>
a { background-color: #15BB68; }
a { background-color: rgb(21,187,104); }
div.DivClassName
{
background-color: #15BB68;
}
.BgClassName
{
background-color: #15BB68;
}
</style>
border-color css
<style>
span { border-color: #15BB68; }
span { border-color: rgb(21,187,104); }
td.TdClassName
{
border-color: #15BB68;
}
.TagClassName
{
border-color: #15BB68;
}
</style>