Shades of Jade #08B373
Tints of Jade #08B373
RGB
CMYK
RGB Variations
Color information
#08B373 (or 0x08B373) is known color: Jade. HEX triplet: 08, B3 and 73. RGB value is (8,179,115). Sum of RGB (Red+Green+Blue) = 8+179+115=302 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.65% from 302); Green value is 179 (70.31% from 255 or 59.27% from 302); Blue value is 115 (45.31% from 255 or 38.08% from 302); Max value from RGB is 179 - color contains mainly: green. Hex color #08B373 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08B373 is #F74C8C. Grayscale: #787878. Windows color (decimal): -16206989 or 7582472. OLE color: 7582472.
HSL color Cylindrical-coordinate representation of color #08B373: hue angle of 157.54º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08B373 is Cyan = 0.96, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 8 | 179 | 115 | - |
| CMYK | 0.96 | 0 | 0.36 | 0.30 |
| HSL | 157.54º | 0.91% | 0.37% | - |
| HSV(B) | 157.54º | 0.96% | 0.7% | - |
| XYZ | 19.31 | 33.53 | 21.67 | - |
| YUV | 120.58 | 124.85 | 47.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 179 | 115 | 0.96 | 0 | 0.36 | 0.30 | 157.54 | 0.91 | 0.37 |
| Hex | 8 | B3 | 73 | 60 | 0 | 24 | 1E | 9E | 5B | 25 |
| Octal | 10 | 263 | 163 | 140 | 0 | 44 | 36 | 236 | 133 | 45 |
| Binary | 1000 | 10110011 | 1110011 | 1100000 | 0 | 100100 | 11110 | 10011110 | 1011011 | 100101 |
Color Harmonies of #08B373
Complementary color
Monochromatic Colors of #08B373
Black with #08B373
Text Example
Text Example
White with #08B373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08B373; }
p { color: rgb(8,179,115); }
H1.HeaderClassName
{
color: #08B373;
}
.AnyTagClassName
{
color: #08B373;
}
</style>
background-color css
<style>
a { background-color: #08B373; }
a { background-color: rgb(8,179,115); }
div.DivClassName
{
background-color: #08B373;
}
.BgClassName
{
background-color: #08B373;
}
</style>
border-color css
<style>
span { border-color: #08B373; }
span { border-color: rgb(8,179,115); }
td.TdClassName
{
border-color: #08B373;
}
.TagClassName
{
border-color: #08B373;
}
</style>