Shades of Shamrock #1BD89F
Tints of Shamrock #1BD89F
RGB
CMYK
RGB Variations
Color information
#1BD89F (or 0x1BD89F) is known color: Shamrock. HEX triplet: 1B, D8 and 9F. RGB value is (27,216,159). Sum of RGB (Red+Green+Blue) = 27+216+159=402 (53% of max value = 765). Red value is 27 (10.94% from 255 or 6.72% from 402); Green value is 216 (84.77% from 255 or 53.73% from 402); Blue value is 159 (62.5% from 255 or 39.55% from 402); Max value from RGB is 216 - color contains mainly: green. Hex color #1BD89F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BD89F is #E42760. Grayscale: #999999. Windows color (decimal): -14952289 or 10475547. OLE color: 10475547.
HSL color Cylindrical-coordinate representation of color #1BD89F: hue angle of 161.9º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BD89F is Cyan = 0.88, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 27 | 216 | 159 | - |
| CMYK | 0.88 | 0 | 0.26 | 0.15 |
| HSL | 161.9º | 0.78% | 0.48% | - |
| HSV(B) | 161.9º | 0.88% | 0.85% | - |
| XYZ | 31.27 | 51.85 | 41.16 | - |
| YUV | 152.99 | 131.38 | 38.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 216 | 159 | 0.88 | 0 | 0.26 | 0.15 | 161.9 | 0.78 | 0.48 |
| Hex | 1B | D8 | 9F | 58 | 0 | 1A | F | A2 | 4E | 30 |
| Octal | 33 | 330 | 237 | 130 | 0 | 32 | 17 | 242 | 116 | 60 |
| Binary | 11011 | 11011000 | 10011111 | 1011000 | 0 | 11010 | 1111 | 10100010 | 1001110 | 110000 |
Color Harmonies of #1BD89F
Complementary color
Monochromatic Colors of #1BD89F
Black with #1BD89F
Text Example
Text Example
White with #1BD89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BD89F; }
p { color: rgb(27,216,159); }
H1.HeaderClassName
{
color: #1BD89F;
}
.AnyTagClassName
{
color: #1BD89F;
}
</style>
background-color css
<style>
a { background-color: #1BD89F; }
a { background-color: rgb(27,216,159); }
div.DivClassName
{
background-color: #1BD89F;
}
.BgClassName
{
background-color: #1BD89F;
}
</style>
border-color css
<style>
span { border-color: #1BD89F; }
span { border-color: rgb(27,216,159); }
td.TdClassName
{
border-color: #1BD89F;
}
.TagClassName
{
border-color: #1BD89F;
}
</style>