Shades of Shamrock #1BDBAB
Tints of Shamrock #1BDBAB
RGB
CMYK
RGB Variations
Color information
#1BDBAB (or 0x1BDBAB) is known color: Shamrock. HEX triplet: 1B, DB and AB. RGB value is (27,219,171). Sum of RGB (Red+Green+Blue) = 27+219+171=417 (55% of max value = 765). Red value is 27 (10.94% from 255 or 6.47% from 417); Green value is 219 (85.94% from 255 or 52.52% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 219 - color contains mainly: green. Hex color #1BDBAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BDBAB is #E42454. Grayscale: #9C9C9C. Windows color (decimal): -14951509 or 11262747. OLE color: 11262747.
HSL color Cylindrical-coordinate representation of color #1BDBAB: hue angle of 165º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BDBAB is Cyan = 0.88, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 219 | 171 | - |
| CMYK | 0.88 | 0 | 0.22 | 0.14 |
| HSL | 165º | 0.78% | 0.48% | - |
| HSV(B) | 165º | 0.88% | 0.86% | - |
| XYZ | 33.13 | 53.84 | 47.17 | - |
| YUV | 156.12 | 136.39 | 35.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 219 | 171 | 0.88 | 0 | 0.22 | 0.14 | 165 | 0.78 | 0.48 |
| Hex | 1B | DB | AB | 58 | 0 | 16 | E | A5 | 4E | 30 |
| Octal | 33 | 333 | 253 | 130 | 0 | 26 | 16 | 245 | 116 | 60 |
| Binary | 11011 | 11011011 | 10101011 | 1011000 | 0 | 10110 | 1110 | 10100101 | 1001110 | 110000 |
Color Harmonies of #1BDBAB
Complementary color
Monochromatic Colors of #1BDBAB
Black with #1BDBAB
Text Example
Text Example
White with #1BDBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDBAB; }
p { color: rgb(27,219,171); }
H1.HeaderClassName
{
color: #1BDBAB;
}
.AnyTagClassName
{
color: #1BDBAB;
}
</style>
background-color css
<style>
a { background-color: #1BDBAB; }
a { background-color: rgb(27,219,171); }
div.DivClassName
{
background-color: #1BDBAB;
}
.BgClassName
{
background-color: #1BDBAB;
}
</style>
border-color css
<style>
span { border-color: #1BDBAB; }
span { border-color: rgb(27,219,171); }
td.TdClassName
{
border-color: #1BDBAB;
}
.TagClassName
{
border-color: #1BDBAB;
}
</style>