Shades of Jade #00BE7E
Tints of Jade #00BE7E
RGB
CMYK
RGB Variations
Color information
#00BE7E (or 0x00BE7E) is known color: Jade. HEX triplet: 00, BE and 7E. RGB value is (0,190,126). Sum of RGB (Red+Green+Blue) = 0+190+126=316 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 316); Green value is 190 (74.61% from 255 or 60.13% from 316); Blue value is 126 (49.61% from 255 or 39.87% from 316); Max value from RGB is 190 - color contains mainly: green. Hex color #00BE7E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00BE7E is #FF4181. Grayscale: #7D7D7D. Windows color (decimal): -16728450 or 8306176. OLE color: 8306176.
HSL color Cylindrical-coordinate representation of color #00BE7E: hue angle of 159.79º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BE7E is Cyan = 1, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 190 | 126 | - |
| CMYK | 1 | 0 | 0.34 | 0.25 |
| HSL | 159.79º | 1% | 0.37% | - |
| HSV(B) | 159.79º | 1% | 0.75% | - |
| XYZ | 22.18 | 38.33 | 25.97 | - |
| YUV | 125.89 | 128.05 | 38.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 190 | 126 | 1 | 0 | 0.34 | 0.25 | 159.79 | 1 | 0.37 |
| Hex | 0 | BE | 7E | 64 | 0 | 22 | 19 | A0 | 64 | 25 |
| Octal | 0 | 276 | 176 | 144 | 0 | 42 | 31 | 240 | 144 | 45 |
| Binary | 0 | 10111110 | 1111110 | 1100100 | 0 | 100010 | 11001 | 10100000 | 1100100 | 100101 |
Color Harmonies of #00BE7E
Complementary color
Monochromatic Colors of #00BE7E
Black with #00BE7E
Text Example
Text Example
White with #00BE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BE7E; }
p { color: rgb(0,190,126); }
H1.HeaderClassName
{
color: #00BE7E;
}
.AnyTagClassName
{
color: #00BE7E;
}
</style>
background-color css
<style>
a { background-color: #00BE7E; }
a { background-color: rgb(0,190,126); }
div.DivClassName
{
background-color: #00BE7E;
}
.BgClassName
{
background-color: #00BE7E;
}
</style>
border-color css
<style>
span { border-color: #00BE7E; }
span { border-color: rgb(0,190,126); }
td.TdClassName
{
border-color: #00BE7E;
}
.TagClassName
{
border-color: #00BE7E;
}
</style>