Shades of Jade #00B172
Tints of Jade #00B172
RGB
CMYK
RGB Variations
Color information
#00B172 (or 0x00B172) is known color: Jade. HEX triplet: 00, B1 and 72. RGB value is (0,177,114). Sum of RGB (Red+Green+Blue) = 0+177+114=291 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 291); Green value is 177 (69.53% from 255 or 60.82% from 291); Blue value is 114 (44.92% from 255 or 39.18% from 291); Max value from RGB is 177 - color contains mainly: green. Hex color #00B172 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00B172 is #FF4E8D. Grayscale: #747474. Windows color (decimal): -16731790 or 7516416. OLE color: 7516416.
HSL color Cylindrical-coordinate representation of color #00B172: hue angle of 158.64º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B172 is Cyan = 1, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 0 | 177 | 114 | - |
| CMYK | 1 | 0 | 0.36 | 0.31 |
| HSL | 158.64º | 1% | 0.35% | - |
| HSV(B) | 158.64º | 1% | 0.69% | - |
| XYZ | 18.76 | 32.66 | 21.23 | - |
| YUV | 116.9 | 126.36 | 44.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 177 | 114 | 1 | 0 | 0.36 | 0.31 | 158.64 | 1 | 0.35 |
| Hex | 0 | B1 | 72 | 64 | 0 | 24 | 1F | 9F | 64 | 23 |
| Octal | 0 | 261 | 162 | 144 | 0 | 44 | 37 | 237 | 144 | 43 |
| Binary | 0 | 10110001 | 1110010 | 1100100 | 0 | 100100 | 11111 | 10011111 | 1100100 | 100011 |
Color Harmonies of #00B172
Complementary color
Monochromatic Colors of #00B172
Black with #00B172
Text Example
Text Example
White with #00B172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B172; }
p { color: rgb(0,177,114); }
H1.HeaderClassName
{
color: #00B172;
}
.AnyTagClassName
{
color: #00B172;
}
</style>
background-color css
<style>
a { background-color: #00B172; }
a { background-color: rgb(0,177,114); }
div.DivClassName
{
background-color: #00B172;
}
.BgClassName
{
background-color: #00B172;
}
</style>
border-color css
<style>
span { border-color: #00B172; }
span { border-color: rgb(0,177,114); }
td.TdClassName
{
border-color: #00B172;
}
.TagClassName
{
border-color: #00B172;
}
</style>