Shades of Jade #00B17C
Tints of Jade #00B17C
RGB
CMYK
RGB Variations
Color information
#00B17C (or 0x00B17C) is known color: Jade. HEX triplet: 00, B1 and 7C. RGB value is (0,177,124). Sum of RGB (Red+Green+Blue) = 0+177+124=301 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 301); Green value is 177 (69.53% from 255 or 58.80% from 301); Blue value is 124 (48.83% from 255 or 41.20% from 301); Max value from RGB is 177 - color contains mainly: green. Hex color #00B17C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00B17C is #FF4E83. Grayscale: #767676. Windows color (decimal): -16731780 or 8171776. OLE color: 8171776.
HSL color Cylindrical-coordinate representation of color #00B17C: hue angle of 162.03º 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 #00B17C is Cyan = 1, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 0 | 177 | 124 | - |
| CMYK | 1 | 0 | 0.30 | 0.31 |
| HSL | 162.03º | 1% | 0.35% | - |
| HSV(B) | 162.03º | 1% | 0.69% | - |
| XYZ | 19.36 | 32.9 | 24.4 | - |
| YUV | 118.04 | 131.36 | 43.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 177 | 124 | 1 | 0 | 0.30 | 0.31 | 162.03 | 1 | 0.35 |
| Hex | 0 | B1 | 7C | 64 | 0 | 1E | 1F | A2 | 64 | 23 |
| Octal | 0 | 261 | 174 | 144 | 0 | 36 | 37 | 242 | 144 | 43 |
| Binary | 0 | 10110001 | 1111100 | 1100100 | 0 | 11110 | 11111 | 10100010 | 1100100 | 100011 |
Color Harmonies of #00B17C
Complementary color
Monochromatic Colors of #00B17C
Black with #00B17C
Text Example
Text Example
White with #00B17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B17C; }
p { color: rgb(0,177,124); }
H1.HeaderClassName
{
color: #00B17C;
}
.AnyTagClassName
{
color: #00B17C;
}
</style>
background-color css
<style>
a { background-color: #00B17C; }
a { background-color: rgb(0,177,124); }
div.DivClassName
{
background-color: #00B17C;
}
.BgClassName
{
background-color: #00B17C;
}
</style>
border-color css
<style>
span { border-color: #00B17C; }
span { border-color: rgb(0,177,124); }
td.TdClassName
{
border-color: #00B17C;
}
.TagClassName
{
border-color: #00B17C;
}
</style>