Shades of Jade #00B47D
Tints of Jade #00B47D
RGB
CMYK
RGB Variations
Color information
#00B47D (or 0x00B47D) is known color: Jade. HEX triplet: 00, B4 and 7D. RGB value is (0,180,125). Sum of RGB (Red+Green+Blue) = 0+180+125=305 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 305); Green value is 180 (70.70% from 255 or 59.02% from 305); Blue value is 125 (49.22% from 255 or 40.98% from 305); Max value from RGB is 180 - color contains mainly: green. Hex color #00B47D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00B47D is #FF4B82. Grayscale: #777777. Windows color (decimal): -16731011 or 8238080. OLE color: 8238080.
HSL color Cylindrical-coordinate representation of color #00B47D: hue angle of 161.67º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B47D is Cyan = 1, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 0 | 180 | 125 | - |
| CMYK | 1 | 0 | 0.31 | 0.29 |
| HSL | 161.67º | 1% | 0.35% | - |
| HSV(B) | 161.67º | 1% | 0.71% | - |
| XYZ | 20.02 | 34.12 | 24.93 | - |
| YUV | 119.91 | 130.87 | 42.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 180 | 125 | 1 | 0 | 0.31 | 0.29 | 161.67 | 1 | 0.35 |
| Hex | 0 | B4 | 7D | 64 | 0 | 1F | 1D | A2 | 64 | 23 |
| Octal | 0 | 264 | 175 | 144 | 0 | 37 | 35 | 242 | 144 | 43 |
| Binary | 0 | 10110100 | 1111101 | 1100100 | 0 | 11111 | 11101 | 10100010 | 1100100 | 100011 |
Color Harmonies of #00B47D
Complementary color
Monochromatic Colors of #00B47D
Black with #00B47D
Text Example
Text Example
White with #00B47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B47D; }
p { color: rgb(0,180,125); }
H1.HeaderClassName
{
color: #00B47D;
}
.AnyTagClassName
{
color: #00B47D;
}
</style>
background-color css
<style>
a { background-color: #00B47D; }
a { background-color: rgb(0,180,125); }
div.DivClassName
{
background-color: #00B47D;
}
.BgClassName
{
background-color: #00B47D;
}
</style>
border-color css
<style>
span { border-color: #00B47D; }
span { border-color: rgb(0,180,125); }
td.TdClassName
{
border-color: #00B47D;
}
.TagClassName
{
border-color: #00B47D;
}
</style>