Shades of Jade #13B170
Tints of Jade #13B170
RGB
CMYK
RGB Variations
Color information
#13B170 (or 0x13B170) is known color: Jade. HEX triplet: 13, B1 and 70. RGB value is (19,177,112). Sum of RGB (Red+Green+Blue) = 19+177+112=308 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.17% from 308); Green value is 177 (69.53% from 255 or 57.47% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 177 - color contains mainly: green. Hex color #13B170 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13B170 is #EC4E8F. Grayscale: #7A7A7A. Windows color (decimal): -15486608 or 7385363. OLE color: 7385363.
HSL color Cylindrical-coordinate representation of color #13B170: hue angle of 155.32º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13B170 is Cyan = 0.89, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 19 | 177 | 112 | - |
| CMYK | 0.89 | 0 | 0.37 | 0.31 |
| HSL | 155.32º | 0.81% | 0.38% | - |
| HSV(B) | 155.32º | 0.89% | 0.69% | - |
| XYZ | 18.92 | 32.75 | 20.65 | - |
| YUV | 122.35 | 122.15 | 54.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 177 | 112 | 0.89 | 0 | 0.37 | 0.31 | 155.32 | 0.81 | 0.38 |
| Hex | 13 | B1 | 70 | 59 | 0 | 25 | 1F | 9B | 51 | 26 |
| Octal | 23 | 261 | 160 | 131 | 0 | 45 | 37 | 233 | 121 | 46 |
| Binary | 10011 | 10110001 | 1110000 | 1011001 | 0 | 100101 | 11111 | 10011011 | 1010001 | 100110 |
Color Harmonies of #13B170
Complementary color
Monochromatic Colors of #13B170
Black with #13B170
Text Example
Text Example
White with #13B170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13B170; }
p { color: rgb(19,177,112); }
H1.HeaderClassName
{
color: #13B170;
}
.AnyTagClassName
{
color: #13B170;
}
</style>
background-color css
<style>
a { background-color: #13B170; }
a { background-color: rgb(19,177,112); }
div.DivClassName
{
background-color: #13B170;
}
.BgClassName
{
background-color: #13B170;
}
</style>
border-color css
<style>
span { border-color: #13B170; }
span { border-color: rgb(19,177,112); }
td.TdClassName
{
border-color: #13B170;
}
.TagClassName
{
border-color: #13B170;
}
</style>