Shades of Jade #00BB68
Tints of Jade #00BB68
RGB
CMYK
RGB Variations
Color information
#00BB68 (or 0x00BB68) is known color: Jade. HEX triplet: 00, BB and 68. RGB value is (0,187,104). Sum of RGB (Red+Green+Blue) = 0+187+104=291 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 291); Green value is 187 (73.44% from 255 or 64.26% from 291); Blue value is 104 (41.02% from 255 or 35.74% from 291); Max value from RGB is 187 - color contains mainly: green. Hex color #00BB68 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00BB68 is #FF4497. Grayscale: #797979. Windows color (decimal): -16729240 or 6863616. OLE color: 6863616.
HSL color Cylindrical-coordinate representation of color #00BB68: hue angle of 153.37º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BB68 is Cyan = 1, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 187 | 104 | - |
| CMYK | 1 | 0 | 0.44 | 0.27 |
| HSL | 153.37º | 1% | 0.37% | - |
| HSV(B) | 153.37º | 1% | 0.73% | - |
| XYZ | 20.27 | 36.54 | 19.08 | - |
| YUV | 121.63 | 118.05 | 41.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 187 | 104 | 1 | 0 | 0.44 | 0.27 | 153.37 | 1 | 0.37 |
| Hex | 0 | BB | 68 | 64 | 0 | 2C | 1B | 99 | 64 | 25 |
| Octal | 0 | 273 | 150 | 144 | 0 | 54 | 33 | 231 | 144 | 45 |
| Binary | 0 | 10111011 | 1101000 | 1100100 | 0 | 101100 | 11011 | 10011001 | 1100100 | 100101 |
Color Harmonies of #00BB68
Complementary color
Monochromatic Colors of #00BB68
Black with #00BB68
Text Example
Text Example
White with #00BB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BB68; }
p { color: rgb(0,187,104); }
H1.HeaderClassName
{
color: #00BB68;
}
.AnyTagClassName
{
color: #00BB68;
}
</style>
background-color css
<style>
a { background-color: #00BB68; }
a { background-color: rgb(0,187,104); }
div.DivClassName
{
background-color: #00BB68;
}
.BgClassName
{
background-color: #00BB68;
}
</style>
border-color css
<style>
span { border-color: #00BB68; }
span { border-color: rgb(0,187,104); }
td.TdClassName
{
border-color: #00BB68;
}
.TagClassName
{
border-color: #00BB68;
}
</style>