Shades of Jade #10AB68
Tints of Jade #10AB68
RGB
CMYK
RGB Variations
Color information
#10AB68 (or 0x10AB68) is known color: Jade. HEX triplet: 10, AB and 68. RGB value is (16,171,104). Sum of RGB (Red+Green+Blue) = 16+171+104=291 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.50% from 291); Green value is 171 (67.19% from 255 or 58.76% from 291); Blue value is 104 (41.02% from 255 or 35.74% from 291); Max value from RGB is 171 - color contains mainly: green. Hex color #10AB68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10AB68 is #EF5497. Grayscale: #757575. Windows color (decimal): -15684760 or 6859536. OLE color: 6859536.
HSL color Cylindrical-coordinate representation of color #10AB68: hue angle of 154.06º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AB68 is Cyan = 0.91, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 171 | 104 | - |
| CMYK | 0.91 | 0 | 0.39 | 0.33 |
| HSL | 154.06º | 0.83% | 0.37% | - |
| HSV(B) | 154.06º | 0.91% | 0.67% | - |
| XYZ | 17.28 | 30.24 | 18.02 | - |
| YUV | 117.02 | 120.65 | 55.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 171 | 104 | 0.91 | 0 | 0.39 | 0.33 | 154.06 | 0.83 | 0.37 |
| Hex | 10 | AB | 68 | 5B | 0 | 27 | 21 | 9A | 53 | 25 |
| Octal | 20 | 253 | 150 | 133 | 0 | 47 | 41 | 232 | 123 | 45 |
| Binary | 10000 | 10101011 | 1101000 | 1011011 | 0 | 100111 | 100001 | 10011010 | 1010011 | 100101 |
Color Harmonies of #10AB68
Complementary color
Monochromatic Colors of #10AB68
Black with #10AB68
Text Example
Text Example
White with #10AB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AB68; }
p { color: rgb(16,171,104); }
H1.HeaderClassName
{
color: #10AB68;
}
.AnyTagClassName
{
color: #10AB68;
}
</style>
background-color css
<style>
a { background-color: #10AB68; }
a { background-color: rgb(16,171,104); }
div.DivClassName
{
background-color: #10AB68;
}
.BgClassName
{
background-color: #10AB68;
}
</style>
border-color css
<style>
span { border-color: #10AB68; }
span { border-color: rgb(16,171,104); }
td.TdClassName
{
border-color: #10AB68;
}
.TagClassName
{
border-color: #10AB68;
}
</style>