Shades of Shamrock #1BDB9F
Tints of Shamrock #1BDB9F
RGB
CMYK
RGB Variations
Color information
#1BDB9F (or 0x1BDB9F) is known color: Shamrock. HEX triplet: 1B, DB and 9F. RGB value is (27,219,159). Sum of RGB (Red+Green+Blue) = 27+219+159=405 (53% of max value = 765). Red value is 27 (10.94% from 255 or 6.67% from 405); Green value is 219 (85.94% from 255 or 54.07% from 405); Blue value is 159 (62.5% from 255 or 39.26% from 405); Max value from RGB is 219 - color contains mainly: green. Hex color #1BDB9F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BDB9F is #E42460. Grayscale: #9A9A9A. Windows color (decimal): -14951521 or 10476315. OLE color: 10476315.
HSL color Cylindrical-coordinate representation of color #1BDB9F: hue angle of 161.25º 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 #1BDB9F is Cyan = 0.88, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 219 | 159 | - |
| CMYK | 0.88 | 0 | 0.27 | 0.14 |
| HSL | 161.25º | 0.78% | 0.48% | - |
| HSV(B) | 161.25º | 0.88% | 0.86% | - |
| XYZ | 32.04 | 53.4 | 41.42 | - |
| YUV | 154.75 | 130.39 | 36.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 219 | 159 | 0.88 | 0 | 0.27 | 0.14 | 161.25 | 0.78 | 0.48 |
| Hex | 1B | DB | 9F | 58 | 0 | 1B | E | A1 | 4E | 30 |
| Octal | 33 | 333 | 237 | 130 | 0 | 33 | 16 | 241 | 116 | 60 |
| Binary | 11011 | 11011011 | 10011111 | 1011000 | 0 | 11011 | 1110 | 10100001 | 1001110 | 110000 |
Color Harmonies of #1BDB9F
Complementary color
Monochromatic Colors of #1BDB9F
Black with #1BDB9F
Text Example
Text Example
White with #1BDB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDB9F; }
p { color: rgb(27,219,159); }
H1.HeaderClassName
{
color: #1BDB9F;
}
.AnyTagClassName
{
color: #1BDB9F;
}
</style>
background-color css
<style>
a { background-color: #1BDB9F; }
a { background-color: rgb(27,219,159); }
div.DivClassName
{
background-color: #1BDB9F;
}
.BgClassName
{
background-color: #1BDB9F;
}
</style>
border-color css
<style>
span { border-color: #1BDB9F; }
span { border-color: rgb(27,219,159); }
td.TdClassName
{
border-color: #1BDB9F;
}
.TagClassName
{
border-color: #1BDB9F;
}
</style>