Shades of Jade #00B87D
Tints of Jade #00B87D
RGB
CMYK
RGB Variations
Color information
#00B87D (or 0x00B87D) is known color: Jade. HEX triplet: 00, B8 and 7D. RGB value is (0,184,125). Sum of RGB (Red+Green+Blue) = 0+184+125=309 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 309); Green value is 184 (72.27% from 255 or 59.55% from 309); Blue value is 125 (49.22% from 255 or 40.45% from 309); Max value from RGB is 184 - color contains mainly: green. Hex color #00B87D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00B87D is #FF4782. Grayscale: #7A7A7A. Windows color (decimal): -16729987 or 8239104. OLE color: 8239104.
HSL color Cylindrical-coordinate representation of color #00B87D: hue angle of 160.76º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B87D is Cyan = 1, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 0 | 184 | 125 | - |
| CMYK | 1 | 0 | 0.32 | 0.28 |
| HSL | 160.76º | 1% | 0.36% | - |
| HSV(B) | 160.76º | 1% | 0.72% | - |
| XYZ | 20.84 | 35.76 | 25.21 | - |
| YUV | 122.26 | 129.54 | 40.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 184 | 125 | 1 | 0 | 0.32 | 0.28 | 160.76 | 1 | 0.36 |
| Hex | 0 | B8 | 7D | 64 | 0 | 20 | 1C | A1 | 64 | 24 |
| Octal | 0 | 270 | 175 | 144 | 0 | 40 | 34 | 241 | 144 | 44 |
| Binary | 0 | 10111000 | 1111101 | 1100100 | 0 | 100000 | 11100 | 10100001 | 1100100 | 100100 |
Color Harmonies of #00B87D
Complementary color
Monochromatic Colors of #00B87D
Black with #00B87D
Text Example
Text Example
White with #00B87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B87D; }
p { color: rgb(0,184,125); }
H1.HeaderClassName
{
color: #00B87D;
}
.AnyTagClassName
{
color: #00B87D;
}
</style>
background-color css
<style>
a { background-color: #00B87D; }
a { background-color: rgb(0,184,125); }
div.DivClassName
{
background-color: #00B87D;
}
.BgClassName
{
background-color: #00B87D;
}
</style>
border-color css
<style>
span { border-color: #00B87D; }
span { border-color: rgb(0,184,125); }
td.TdClassName
{
border-color: #00B87D;
}
.TagClassName
{
border-color: #00B87D;
}
</style>