Shades of Jade #00B67E
Tints of Jade #00B67E
RGB
CMYK
RGB Variations
Color information
#00B67E (or 0x00B67E) is known color: Jade. HEX triplet: 00, B6 and 7E. RGB value is (0,182,126). Sum of RGB (Red+Green+Blue) = 0+182+126=308 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 308); Green value is 182 (71.48% from 255 or 59.09% from 308); Blue value is 126 (49.61% from 255 or 40.91% from 308); Max value from RGB is 182 - color contains mainly: green. Hex color #00B67E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00B67E is #FF4981. Grayscale: #797979. Windows color (decimal): -16730498 or 8304128. OLE color: 8304128.
HSL color Cylindrical-coordinate representation of color #00B67E: hue angle of 161.54º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B67E is Cyan = 1, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 0 | 182 | 126 | - |
| CMYK | 1 | 0 | 0.31 | 0.29 |
| HSL | 161.54º | 1% | 0.36% | - |
| HSV(B) | 161.54º | 1% | 0.71% | - |
| XYZ | 20.49 | 34.96 | 25.41 | - |
| YUV | 121.2 | 130.7 | 41.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 182 | 126 | 1 | 0 | 0.31 | 0.29 | 161.54 | 1 | 0.36 |
| Hex | 0 | B6 | 7E | 64 | 0 | 1F | 1D | A2 | 64 | 24 |
| Octal | 0 | 266 | 176 | 144 | 0 | 37 | 35 | 242 | 144 | 44 |
| Binary | 0 | 10110110 | 1111110 | 1100100 | 0 | 11111 | 11101 | 10100010 | 1100100 | 100100 |
Color Harmonies of #00B67E
Complementary color
Monochromatic Colors of #00B67E
Black with #00B67E
Text Example
Text Example
White with #00B67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B67E; }
p { color: rgb(0,182,126); }
H1.HeaderClassName
{
color: #00B67E;
}
.AnyTagClassName
{
color: #00B67E;
}
</style>
background-color css
<style>
a { background-color: #00B67E; }
a { background-color: rgb(0,182,126); }
div.DivClassName
{
background-color: #00B67E;
}
.BgClassName
{
background-color: #00B67E;
}
</style>
border-color css
<style>
span { border-color: #00B67E; }
span { border-color: rgb(0,182,126); }
td.TdClassName
{
border-color: #00B67E;
}
.TagClassName
{
border-color: #00B67E;
}
</style>