Shades of Jade #1CAB6B
Tints of Jade #1CAB6B
RGB
CMYK
RGB Variations
Color information
#1CAB6B (or 0x1CAB6B) is known color: Jade. HEX triplet: 1C, AB and 6B. RGB value is (28,171,107). Sum of RGB (Red+Green+Blue) = 28+171+107=306 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.15% from 306); Green value is 171 (67.19% from 255 or 55.88% from 306); Blue value is 107 (42.19% from 255 or 34.97% from 306); Max value from RGB is 171 - color contains mainly: green. Hex color #1CAB6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CAB6B is #E35494. Grayscale: #797979. Windows color (decimal): -14898325 or 7056156. OLE color: 7056156.
HSL color Cylindrical-coordinate representation of color #1CAB6B: hue angle of 153.15º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CAB6B is Cyan = 0.84, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 171 | 107 | - |
| CMYK | 0.84 | 0 | 0.37 | 0.33 |
| HSL | 153.15º | 0.72% | 0.39% | - |
| HSV(B) | 153.15º | 0.84% | 0.67% | - |
| XYZ | 17.7 | 30.43 | 18.85 | - |
| YUV | 120.95 | 120.12 | 61.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 171 | 107 | 0.84 | 0 | 0.37 | 0.33 | 153.15 | 0.72 | 0.39 |
| Hex | 1C | AB | 6B | 54 | 0 | 25 | 21 | 99 | 48 | 27 |
| Octal | 34 | 253 | 153 | 124 | 0 | 45 | 41 | 231 | 110 | 47 |
| Binary | 11100 | 10101011 | 1101011 | 1010100 | 0 | 100101 | 100001 | 10011001 | 1001000 | 100111 |
Color Harmonies of #1CAB6B
Complementary color
Monochromatic Colors of #1CAB6B
Black with #1CAB6B
Text Example
Text Example
White with #1CAB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAB6B; }
p { color: rgb(28,171,107); }
H1.HeaderClassName
{
color: #1CAB6B;
}
.AnyTagClassName
{
color: #1CAB6B;
}
</style>
background-color css
<style>
a { background-color: #1CAB6B; }
a { background-color: rgb(28,171,107); }
div.DivClassName
{
background-color: #1CAB6B;
}
.BgClassName
{
background-color: #1CAB6B;
}
</style>
border-color css
<style>
span { border-color: #1CAB6B; }
span { border-color: rgb(28,171,107); }
td.TdClassName
{
border-color: #1CAB6B;
}
.TagClassName
{
border-color: #1CAB6B;
}
</style>