Shades of Jade #00B581
Tints of Jade #00B581
RGB
CMYK
RGB Variations
Color information
#00B581 (or 0x00B581) is known color: Jade. HEX triplet: 00, B5 and 81. RGB value is (0,181,129). Sum of RGB (Red+Green+Blue) = 0+181+129=310 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 310); Green value is 181 (71.09% from 255 or 58.39% from 310); Blue value is 129 (50.78% from 255 or 41.61% from 310); Max value from RGB is 181 - color contains mainly: green. Hex color #00B581 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00B581 is #FF4A7E. Grayscale: #787878. Windows color (decimal): -16730751 or 8500480. OLE color: 8500480.
HSL color Cylindrical-coordinate representation of color #00B581: hue angle of 162.76º 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 #00B581 is Cyan = 1, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 0 | 181 | 129 | - |
| CMYK | 1 | 0 | 0.29 | 0.29 |
| HSL | 162.76º | 1% | 0.35% | - |
| HSV(B) | 162.76º | 1% | 0.71% | - |
| XYZ | 20.49 | 34.63 | 26.37 | - |
| YUV | 120.95 | 132.53 | 41.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 181 | 129 | 1 | 0 | 0.29 | 0.29 | 162.76 | 1 | 0.35 |
| Hex | 0 | B5 | 81 | 64 | 0 | 1D | 1D | A3 | 64 | 23 |
| Octal | 0 | 265 | 201 | 144 | 0 | 35 | 35 | 243 | 144 | 43 |
| Binary | 0 | 10110101 | 10000001 | 1100100 | 0 | 11101 | 11101 | 10100011 | 1100100 | 100011 |
Color Harmonies of #00B581
Complementary color
Monochromatic Colors of #00B581
Black with #00B581
Text Example
Text Example
White with #00B581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B581; }
p { color: rgb(0,181,129); }
H1.HeaderClassName
{
color: #00B581;
}
.AnyTagClassName
{
color: #00B581;
}
</style>
background-color css
<style>
a { background-color: #00B581; }
a { background-color: rgb(0,181,129); }
div.DivClassName
{
background-color: #00B581;
}
.BgClassName
{
background-color: #00B581;
}
</style>
border-color css
<style>
span { border-color: #00B581; }
span { border-color: rgb(0,181,129); }
td.TdClassName
{
border-color: #00B581;
}
.TagClassName
{
border-color: #00B581;
}
</style>