Shades of Jade #1BAA6B
Tints of Jade #1BAA6B
RGB
CMYK
RGB Variations
Color information
#1BAA6B (or 0x1BAA6B) is known color: Jade. HEX triplet: 1B, AA and 6B. RGB value is (27,170,107). Sum of RGB (Red+Green+Blue) = 27+170+107=304 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.88% from 304); Green value is 170 (66.80% from 255 or 55.92% from 304); Blue value is 107 (42.19% from 255 or 35.20% from 304); Max value from RGB is 170 - color contains mainly: green. Hex color #1BAA6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BAA6B is #E45594. Grayscale: #787878. Windows color (decimal): -14964117 or 7055899. OLE color: 7055899.
HSL color Cylindrical-coordinate representation of color #1BAA6B: hue angle of 153.57º 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 #1BAA6B is Cyan = 0.84, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 27 | 170 | 107 | - |
| CMYK | 0.84 | 0 | 0.37 | 0.33 |
| HSL | 153.57º | 0.73% | 0.39% | - |
| HSV(B) | 153.57º | 0.84% | 0.67% | - |
| XYZ | 17.48 | 30.04 | 18.79 | - |
| YUV | 120.06 | 120.62 | 61.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 170 | 107 | 0.84 | 0 | 0.37 | 0.33 | 153.57 | 0.73 | 0.39 |
| Hex | 1B | AA | 6B | 54 | 0 | 25 | 21 | 9A | 49 | 27 |
| Octal | 33 | 252 | 153 | 124 | 0 | 45 | 41 | 232 | 111 | 47 |
| Binary | 11011 | 10101010 | 1101011 | 1010100 | 0 | 100101 | 100001 | 10011010 | 1001001 | 100111 |
Color Harmonies of #1BAA6B
Complementary color
Monochromatic Colors of #1BAA6B
Black with #1BAA6B
Text Example
Text Example
White with #1BAA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAA6B; }
p { color: rgb(27,170,107); }
H1.HeaderClassName
{
color: #1BAA6B;
}
.AnyTagClassName
{
color: #1BAA6B;
}
</style>
background-color css
<style>
a { background-color: #1BAA6B; }
a { background-color: rgb(27,170,107); }
div.DivClassName
{
background-color: #1BAA6B;
}
.BgClassName
{
background-color: #1BAA6B;
}
</style>
border-color css
<style>
span { border-color: #1BAA6B; }
span { border-color: rgb(27,170,107); }
td.TdClassName
{
border-color: #1BAA6B;
}
.TagClassName
{
border-color: #1BAA6B;
}
</style>