Shades of Jade #00B27D
Tints of Jade #00B27D
RGB
CMYK
RGB Variations
Color information
#00B27D (or 0x00B27D) is known color: Jade. HEX triplet: 00, B2 and 7D. RGB value is (0,178,125). Sum of RGB (Red+Green+Blue) = 0+178+125=303 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 303); Green value is 178 (69.92% from 255 or 58.75% from 303); Blue value is 125 (49.22% from 255 or 41.25% from 303); Max value from RGB is 178 - color contains mainly: green. Hex color #00B27D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00B27D is #FF4D82. Grayscale: #767676. Windows color (decimal): -16731523 or 8237568. OLE color: 8237568.
HSL color Cylindrical-coordinate representation of color #00B27D: hue angle of 162.13º 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 #00B27D is Cyan = 1, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 0 | 178 | 125 | - |
| CMYK | 1 | 0 | 0.30 | 0.30 |
| HSL | 162.13º | 1% | 0.35% | - |
| HSV(B) | 162.13º | 1% | 0.7% | - |
| XYZ | 19.62 | 33.32 | 24.8 | - |
| YUV | 118.74 | 131.53 | 43.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 178 | 125 | 1 | 0 | 0.30 | 0.30 | 162.13 | 1 | 0.35 |
| Hex | 0 | B2 | 7D | 64 | 0 | 1E | 1E | A2 | 64 | 23 |
| Octal | 0 | 262 | 175 | 144 | 0 | 36 | 36 | 242 | 144 | 43 |
| Binary | 0 | 10110010 | 1111101 | 1100100 | 0 | 11110 | 11110 | 10100010 | 1100100 | 100011 |
Color Harmonies of #00B27D
Complementary color
Monochromatic Colors of #00B27D
Black with #00B27D
Text Example
Text Example
White with #00B27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B27D; }
p { color: rgb(0,178,125); }
H1.HeaderClassName
{
color: #00B27D;
}
.AnyTagClassName
{
color: #00B27D;
}
</style>
background-color css
<style>
a { background-color: #00B27D; }
a { background-color: rgb(0,178,125); }
div.DivClassName
{
background-color: #00B27D;
}
.BgClassName
{
background-color: #00B27D;
}
</style>
border-color css
<style>
span { border-color: #00B27D; }
span { border-color: rgb(0,178,125); }
td.TdClassName
{
border-color: #00B27D;
}
.TagClassName
{
border-color: #00B27D;
}
</style>