Shades of Jade #00BC6E
Tints of Jade #00BC6E
RGB
CMYK
RGB Variations
Color information
#00BC6E (or 0x00BC6E) is known color: Jade. HEX triplet: 00, BC and 6E. RGB value is (0,188,110). Sum of RGB (Red+Green+Blue) = 0+188+110=298 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 298); Green value is 188 (73.83% from 255 or 63.09% from 298); Blue value is 110 (43.36% from 255 or 36.91% from 298); Max value from RGB is 188 - color contains mainly: green. Hex color #00BC6E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00BC6E is #FF4391. Grayscale: #7B7B7B. Windows color (decimal): -16728978 or 7257088. OLE color: 7257088.
HSL color Cylindrical-coordinate representation of color #00BC6E: hue angle of 155.11º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BC6E is Cyan = 1, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 188 | 110 | - |
| CMYK | 1 | 0 | 0.41 | 0.26 |
| HSL | 155.11º | 1% | 0.37% | - |
| HSV(B) | 155.11º | 1% | 0.74% | - |
| XYZ | 20.8 | 37.09 | 20.82 | - |
| YUV | 122.9 | 120.72 | 40.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 188 | 110 | 1 | 0 | 0.41 | 0.26 | 155.11 | 1 | 0.37 |
| Hex | 0 | BC | 6E | 64 | 0 | 29 | 1A | 9B | 64 | 25 |
| Octal | 0 | 274 | 156 | 144 | 0 | 51 | 32 | 233 | 144 | 45 |
| Binary | 0 | 10111100 | 1101110 | 1100100 | 0 | 101001 | 11010 | 10011011 | 1100100 | 100101 |
Color Harmonies of #00BC6E
Complementary color
Monochromatic Colors of #00BC6E
Black with #00BC6E
Text Example
Text Example
White with #00BC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BC6E; }
p { color: rgb(0,188,110); }
H1.HeaderClassName
{
color: #00BC6E;
}
.AnyTagClassName
{
color: #00BC6E;
}
</style>
background-color css
<style>
a { background-color: #00BC6E; }
a { background-color: rgb(0,188,110); }
div.DivClassName
{
background-color: #00BC6E;
}
.BgClassName
{
background-color: #00BC6E;
}
</style>
border-color css
<style>
span { border-color: #00BC6E; }
span { border-color: rgb(0,188,110); }
td.TdClassName
{
border-color: #00BC6E;
}
.TagClassName
{
border-color: #00BC6E;
}
</style>