Shades of Jade #00B173
Tints of Jade #00B173
RGB
CMYK
RGB Variations
Color information
#00B173 (or 0x00B173) is known color: Jade. HEX triplet: 00, B1 and 73. RGB value is (0,177,115). Sum of RGB (Red+Green+Blue) = 0+177+115=292 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 292); Green value is 177 (69.53% from 255 or 60.62% from 292); Blue value is 115 (45.31% from 255 or 39.38% from 292); Max value from RGB is 177 - color contains mainly: green. Hex color #00B173 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00B173 is #FF4E8C. Grayscale: #757575. Windows color (decimal): -16731789 or 7581952. OLE color: 7581952.
HSL color Cylindrical-coordinate representation of color #00B173: hue angle of 158.98º 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 #00B173 is Cyan = 1, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 0 | 177 | 115 | - |
| CMYK | 1 | 0 | 0.35 | 0.31 |
| HSL | 158.98º | 1% | 0.35% | - |
| HSV(B) | 158.98º | 1% | 0.69% | - |
| XYZ | 18.82 | 32.68 | 21.54 | - |
| YUV | 117.01 | 126.86 | 44.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 177 | 115 | 1 | 0 | 0.35 | 0.31 | 158.98 | 1 | 0.35 |
| Hex | 0 | B1 | 73 | 64 | 0 | 23 | 1F | 9F | 64 | 23 |
| Octal | 0 | 261 | 163 | 144 | 0 | 43 | 37 | 237 | 144 | 43 |
| Binary | 0 | 10110001 | 1110011 | 1100100 | 0 | 100011 | 11111 | 10011111 | 1100100 | 100011 |
Color Harmonies of #00B173
Complementary color
Monochromatic Colors of #00B173
Black with #00B173
Text Example
Text Example
White with #00B173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B173; }
p { color: rgb(0,177,115); }
H1.HeaderClassName
{
color: #00B173;
}
.AnyTagClassName
{
color: #00B173;
}
</style>
background-color css
<style>
a { background-color: #00B173; }
a { background-color: rgb(0,177,115); }
div.DivClassName
{
background-color: #00B173;
}
.BgClassName
{
background-color: #00B173;
}
</style>
border-color css
<style>
span { border-color: #00B173; }
span { border-color: rgb(0,177,115); }
td.TdClassName
{
border-color: #00B173;
}
.TagClassName
{
border-color: #00B173;
}
</style>