Shades of Jade #1BA668
Tints of Jade #1BA668
RGB
CMYK
RGB Variations
Color information
#1BA668 (or 0x1BA668) is known color: Jade. HEX triplet: 1B, A6 and 68. RGB value is (27,166,104). Sum of RGB (Red+Green+Blue) = 27+166+104=297 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9.09% from 297); Green value is 166 (65.23% from 255 or 55.89% from 297); Blue value is 104 (41.02% from 255 or 35.02% from 297); Max value from RGB is 166 - color contains mainly: green. Hex color #1BA668 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BA668 is #E45997. Grayscale: #757575. Windows color (decimal): -14965144 or 6858267. OLE color: 6858267.
HSL color Cylindrical-coordinate representation of color #1BA668: hue angle of 153.24º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BA668 is Cyan = 0.84, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 27 | 166 | 104 | - |
| CMYK | 0.84 | 0 | 0.37 | 0.35 |
| HSL | 153.24º | 0.72% | 0.38% | - |
| HSV(B) | 153.24º | 0.84% | 0.65% | - |
| XYZ | 16.59 | 28.5 | 17.72 | - |
| YUV | 117.37 | 120.45 | 63.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 166 | 104 | 0.84 | 0 | 0.37 | 0.35 | 153.24 | 0.72 | 0.38 |
| Hex | 1B | A6 | 68 | 54 | 0 | 25 | 23 | 99 | 48 | 26 |
| Octal | 33 | 246 | 150 | 124 | 0 | 45 | 43 | 231 | 110 | 46 |
| Binary | 11011 | 10100110 | 1101000 | 1010100 | 0 | 100101 | 100011 | 10011001 | 1001000 | 100110 |
Color Harmonies of #1BA668
Complementary color
Monochromatic Colors of #1BA668
Black with #1BA668
Text Example
Text Example
White with #1BA668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA668; }
p { color: rgb(27,166,104); }
H1.HeaderClassName
{
color: #1BA668;
}
.AnyTagClassName
{
color: #1BA668;
}
</style>
background-color css
<style>
a { background-color: #1BA668; }
a { background-color: rgb(27,166,104); }
div.DivClassName
{
background-color: #1BA668;
}
.BgClassName
{
background-color: #1BA668;
}
</style>
border-color css
<style>
span { border-color: #1BA668; }
span { border-color: rgb(27,166,104); }
td.TdClassName
{
border-color: #1BA668;
}
.TagClassName
{
border-color: #1BA668;
}
</style>