Shades of Shamrock #1BD6AB
Tints of Shamrock #1BD6AB
RGB
CMYK
RGB Variations
Color information
#1BD6AB (or 0x1BD6AB) is known color: Shamrock. HEX triplet: 1B, D6 and AB. RGB value is (27,214,171). Sum of RGB (Red+Green+Blue) = 27+214+171=412 (54% of max value = 765). Red value is 27 (10.94% from 255 or 6.55% from 412); Green value is 214 (83.98% from 255 or 51.94% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 214 - color contains mainly: green. Hex color #1BD6AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BD6AB is #E42954. Grayscale: #999999. Windows color (decimal): -14952789 or 11261467. OLE color: 11261467.
HSL color Cylindrical-coordinate representation of color #1BD6AB: hue angle of 166.2º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BD6AB is Cyan = 0.87, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 27 | 214 | 171 | - |
| CMYK | 0.87 | 0 | 0.20 | 0.16 |
| HSL | 166.2º | 0.78% | 0.47% | - |
| HSV(B) | 166.2º | 0.87% | 0.84% | - |
| XYZ | 31.85 | 51.27 | 46.74 | - |
| YUV | 153.19 | 138.05 | 38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 214 | 171 | 0.87 | 0 | 0.20 | 0.16 | 166.2 | 0.78 | 0.47 |
| Hex | 1B | D6 | AB | 57 | 0 | 14 | 10 | A6 | 4E | 2F |
| Octal | 33 | 326 | 253 | 127 | 0 | 24 | 20 | 246 | 116 | 57 |
| Binary | 11011 | 11010110 | 10101011 | 1010111 | 0 | 10100 | 10000 | 10100110 | 1001110 | 101111 |
Color Harmonies of #1BD6AB
Complementary color
Monochromatic Colors of #1BD6AB
Black with #1BD6AB
Text Example
Text Example
White with #1BD6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BD6AB; }
p { color: rgb(27,214,171); }
H1.HeaderClassName
{
color: #1BD6AB;
}
.AnyTagClassName
{
color: #1BD6AB;
}
</style>
background-color css
<style>
a { background-color: #1BD6AB; }
a { background-color: rgb(27,214,171); }
div.DivClassName
{
background-color: #1BD6AB;
}
.BgClassName
{
background-color: #1BD6AB;
}
</style>
border-color css
<style>
span { border-color: #1BD6AB; }
span { border-color: rgb(27,214,171); }
td.TdClassName
{
border-color: #1BD6AB;
}
.TagClassName
{
border-color: #1BD6AB;
}
</style>