Shades of Jade #1BAF6B
Tints of Jade #1BAF6B
RGB
CMYK
RGB Variations
Color information
#1BAF6B (or 0x1BAF6B) is known color: Jade. HEX triplet: 1B, AF and 6B. RGB value is (27,175,107). Sum of RGB (Red+Green+Blue) = 27+175+107=309 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.74% from 309); Green value is 175 (68.75% from 255 or 56.63% from 309); Blue value is 107 (42.19% from 255 or 34.63% from 309); Max value from RGB is 175 - color contains mainly: green. Hex color #1BAF6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BAF6B is #E45094. Grayscale: #7B7B7B. Windows color (decimal): -14962837 or 7057179. OLE color: 7057179.
HSL color Cylindrical-coordinate representation of color #1BAF6B: hue angle of 152.43º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BAF6B is Cyan = 0.85, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 27 | 175 | 107 | - |
| CMYK | 0.85 | 0 | 0.39 | 0.31 |
| HSL | 152.43º | 0.73% | 0.4% | - |
| HSV(B) | 152.43º | 0.85% | 0.69% | - |
| XYZ | 18.44 | 31.95 | 19.11 | - |
| YUV | 123 | 118.97 | 59.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 175 | 107 | 0.85 | 0 | 0.39 | 0.31 | 152.43 | 0.73 | 0.4 |
| Hex | 1B | AF | 6B | 55 | 0 | 27 | 1F | 98 | 49 | 28 |
| Octal | 33 | 257 | 153 | 125 | 0 | 47 | 37 | 230 | 111 | 50 |
| Binary | 11011 | 10101111 | 1101011 | 1010101 | 0 | 100111 | 11111 | 10011000 | 1001001 | 101000 |
Color Harmonies of #1BAF6B
Complementary color
Monochromatic Colors of #1BAF6B
Black with #1BAF6B
Text Example
Text Example
White with #1BAF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAF6B; }
p { color: rgb(27,175,107); }
H1.HeaderClassName
{
color: #1BAF6B;
}
.AnyTagClassName
{
color: #1BAF6B;
}
</style>
background-color css
<style>
a { background-color: #1BAF6B; }
a { background-color: rgb(27,175,107); }
div.DivClassName
{
background-color: #1BAF6B;
}
.BgClassName
{
background-color: #1BAF6B;
}
</style>
border-color css
<style>
span { border-color: #1BAF6B; }
span { border-color: rgb(27,175,107); }
td.TdClassName
{
border-color: #1BAF6B;
}
.TagClassName
{
border-color: #1BAF6B;
}
</style>