Shades of Jade #13AB68
Tints of Jade #13AB68
RGB
CMYK
RGB Variations
Color information
#13AB68 (or 0x13AB68) is known color: Jade. HEX triplet: 13, AB and 68. RGB value is (19,171,104). Sum of RGB (Red+Green+Blue) = 19+171+104=294 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.46% from 294); Green value is 171 (67.19% from 255 or 58.16% from 294); Blue value is 104 (41.02% from 255 or 35.37% from 294); Max value from RGB is 171 - color contains mainly: green. Hex color #13AB68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13AB68 is #EC5497. Grayscale: #767676. Windows color (decimal): -15488152 or 6859539. OLE color: 6859539.
HSL color Cylindrical-coordinate representation of color #13AB68: hue angle of 153.55º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13AB68 is Cyan = 0.89, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 171 | 104 | - |
| CMYK | 0.89 | 0 | 0.39 | 0.33 |
| HSL | 153.55º | 0.8% | 0.37% | - |
| HSV(B) | 153.55º | 0.89% | 0.67% | - |
| XYZ | 17.33 | 30.26 | 18.02 | - |
| YUV | 117.91 | 120.14 | 57.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 171 | 104 | 0.89 | 0 | 0.39 | 0.33 | 153.55 | 0.8 | 0.37 |
| Hex | 13 | AB | 68 | 59 | 0 | 27 | 21 | 9A | 50 | 25 |
| Octal | 23 | 253 | 150 | 131 | 0 | 47 | 41 | 232 | 120 | 45 |
| Binary | 10011 | 10101011 | 1101000 | 1011001 | 0 | 100111 | 100001 | 10011010 | 1010000 | 100101 |
Color Harmonies of #13AB68
Complementary color
Monochromatic Colors of #13AB68
Black with #13AB68
Text Example
Text Example
White with #13AB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AB68; }
p { color: rgb(19,171,104); }
H1.HeaderClassName
{
color: #13AB68;
}
.AnyTagClassName
{
color: #13AB68;
}
</style>
background-color css
<style>
a { background-color: #13AB68; }
a { background-color: rgb(19,171,104); }
div.DivClassName
{
background-color: #13AB68;
}
.BgClassName
{
background-color: #13AB68;
}
</style>
border-color css
<style>
span { border-color: #13AB68; }
span { border-color: rgb(19,171,104); }
td.TdClassName
{
border-color: #13AB68;
}
.TagClassName
{
border-color: #13AB68;
}
</style>