Shades of Jade #1BAC6B
Tints of Jade #1BAC6B
RGB
CMYK
RGB Variations
Color information
#1BAC6B (or 0x1BAC6B) is known color: Jade. HEX triplet: 1B, AC and 6B. RGB value is (27,172,107). Sum of RGB (Red+Green+Blue) = 27+172+107=306 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.82% from 306); Green value is 172 (67.58% from 255 or 56.21% from 306); Blue value is 107 (42.19% from 255 or 34.97% from 306); Max value from RGB is 172 - color contains mainly: green. Hex color #1BAC6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BAC6B is #E45394. Grayscale: #797979. Windows color (decimal): -14963605 or 7056411. OLE color: 7056411.
HSL color Cylindrical-coordinate representation of color #1BAC6B: hue angle of 153.1º degrees, saturation: 0.73, 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 #1BAC6B is Cyan = 0.84, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 27 | 172 | 107 | - |
| CMYK | 0.84 | 0 | 0.38 | 0.33 |
| HSL | 153.1º | 0.73% | 0.39% | - |
| HSV(B) | 153.1º | 0.84% | 0.67% | - |
| XYZ | 17.86 | 30.8 | 18.91 | - |
| YUV | 121.24 | 119.96 | 60.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 172 | 107 | 0.84 | 0 | 0.38 | 0.33 | 153.1 | 0.73 | 0.39 |
| Hex | 1B | AC | 6B | 54 | 0 | 26 | 21 | 99 | 49 | 27 |
| Octal | 33 | 254 | 153 | 124 | 0 | 46 | 41 | 231 | 111 | 47 |
| Binary | 11011 | 10101100 | 1101011 | 1010100 | 0 | 100110 | 100001 | 10011001 | 1001001 | 100111 |
Color Harmonies of #1BAC6B
Complementary color
Monochromatic Colors of #1BAC6B
Black with #1BAC6B
Text Example
Text Example
White with #1BAC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAC6B; }
p { color: rgb(27,172,107); }
H1.HeaderClassName
{
color: #1BAC6B;
}
.AnyTagClassName
{
color: #1BAC6B;
}
</style>
background-color css
<style>
a { background-color: #1BAC6B; }
a { background-color: rgb(27,172,107); }
div.DivClassName
{
background-color: #1BAC6B;
}
.BgClassName
{
background-color: #1BAC6B;
}
</style>
border-color css
<style>
span { border-color: #1BAC6B; }
span { border-color: rgb(27,172,107); }
td.TdClassName
{
border-color: #1BAC6B;
}
.TagClassName
{
border-color: #1BAC6B;
}
</style>