Shades of Jade #00B27E
Tints of Jade #00B27E
RGB
CMYK
RGB Variations
Color information
#00B27E (or 0x00B27E) is known color: Jade. HEX triplet: 00, B2 and 7E. RGB value is (0,178,126). Sum of RGB (Red+Green+Blue) = 0+178+126=304 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 304); Green value is 178 (69.92% from 255 or 58.55% from 304); Blue value is 126 (49.61% from 255 or 41.45% from 304); Max value from RGB is 178 - color contains mainly: green. Hex color #00B27E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00B27E is #FF4D81. Grayscale: #767676. Windows color (decimal): -16731522 or 8303104. OLE color: 8303104.
HSL color Cylindrical-coordinate representation of color #00B27E: hue angle of 162.47º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B27E is Cyan = 1, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 0 | 178 | 126 | - |
| CMYK | 1 | 0 | 0.29 | 0.30 |
| HSL | 162.47º | 1% | 0.35% | - |
| HSV(B) | 162.47º | 1% | 0.7% | - |
| XYZ | 19.69 | 33.35 | 25.14 | - |
| YUV | 118.85 | 132.03 | 43.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 178 | 126 | 1 | 0 | 0.29 | 0.30 | 162.47 | 1 | 0.35 |
| Hex | 0 | B2 | 7E | 64 | 0 | 1D | 1E | A2 | 64 | 23 |
| Octal | 0 | 262 | 176 | 144 | 0 | 35 | 36 | 242 | 144 | 43 |
| Binary | 0 | 10110010 | 1111110 | 1100100 | 0 | 11101 | 11110 | 10100010 | 1100100 | 100011 |
Color Harmonies of #00B27E
Complementary color
Monochromatic Colors of #00B27E
Black with #00B27E
Text Example
Text Example
White with #00B27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B27E; }
p { color: rgb(0,178,126); }
H1.HeaderClassName
{
color: #00B27E;
}
.AnyTagClassName
{
color: #00B27E;
}
</style>
background-color css
<style>
a { background-color: #00B27E; }
a { background-color: rgb(0,178,126); }
div.DivClassName
{
background-color: #00B27E;
}
.BgClassName
{
background-color: #00B27E;
}
</style>
border-color css
<style>
span { border-color: #00B27E; }
span { border-color: rgb(0,178,126); }
td.TdClassName
{
border-color: #00B27E;
}
.TagClassName
{
border-color: #00B27E;
}
</style>