Shades of Jade #10B373
Tints of Jade #10B373
RGB
CMYK
RGB Variations
Color information
#10B373 (or 0x10B373) is known color: Jade. HEX triplet: 10, B3 and 73. RGB value is (16,179,115). Sum of RGB (Red+Green+Blue) = 16+179+115=310 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.16% from 310); Green value is 179 (70.31% from 255 or 57.74% from 310); Blue value is 115 (45.31% from 255 or 37.10% from 310); Max value from RGB is 179 - color contains mainly: green. Hex color #10B373 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10B373 is #EF4C8C. Grayscale: #7B7B7B. Windows color (decimal): -15682701 or 7582480. OLE color: 7582480.
HSL color Cylindrical-coordinate representation of color #10B373: hue angle of 156.44º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B373 is Cyan = 0.91, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 16 | 179 | 115 | - |
| CMYK | 0.91 | 0 | 0.36 | 0.30 |
| HSL | 156.44º | 0.84% | 0.38% | - |
| HSV(B) | 156.44º | 0.91% | 0.7% | - |
| XYZ | 19.43 | 33.59 | 21.68 | - |
| YUV | 122.97 | 123.5 | 51.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 179 | 115 | 0.91 | 0 | 0.36 | 0.30 | 156.44 | 0.84 | 0.38 |
| Hex | 10 | B3 | 73 | 5B | 0 | 24 | 1E | 9C | 54 | 26 |
| Octal | 20 | 263 | 163 | 133 | 0 | 44 | 36 | 234 | 124 | 46 |
| Binary | 10000 | 10110011 | 1110011 | 1011011 | 0 | 100100 | 11110 | 10011100 | 1010100 | 100110 |
Color Harmonies of #10B373
Complementary color
Monochromatic Colors of #10B373
Black with #10B373
Text Example
Text Example
White with #10B373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B373; }
p { color: rgb(16,179,115); }
H1.HeaderClassName
{
color: #10B373;
}
.AnyTagClassName
{
color: #10B373;
}
</style>
background-color css
<style>
a { background-color: #10B373; }
a { background-color: rgb(16,179,115); }
div.DivClassName
{
background-color: #10B373;
}
.BgClassName
{
background-color: #10B373;
}
</style>
border-color css
<style>
span { border-color: #10B373; }
span { border-color: rgb(16,179,115); }
td.TdClassName
{
border-color: #10B373;
}
.TagClassName
{
border-color: #10B373;
}
</style>