Shades of Shamrock #1BDB8B
Tints of Shamrock #1BDB8B
RGB
CMYK
RGB Variations
Color information
#1BDB8B (or 0x1BDB8B) is known color: Shamrock. HEX triplet: 1B, DB and 8B. RGB value is (27,219,139). Sum of RGB (Red+Green+Blue) = 27+219+139=385 (50% of max value = 765). Red value is 27 (10.94% from 255 or 7.01% from 385); Green value is 219 (85.94% from 255 or 56.88% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 219 - color contains mainly: green. Hex color #1BDB8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BDB8B is #E42474. Grayscale: #989898. Windows color (decimal): -14951541 or 9165595. OLE color: 9165595.
HSL color Cylindrical-coordinate representation of color #1BDB8B: hue angle of 155º 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 #1BDB8B is Cyan = 0.88, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 219 | 139 | - |
| CMYK | 0.88 | 0 | 0.37 | 0.14 |
| HSL | 155º | 0.78% | 0.48% | - |
| HSV(B) | 155º | 0.88% | 0.86% | - |
| XYZ | 30.44 | 52.76 | 33.01 | - |
| YUV | 152.47 | 120.39 | 38.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 219 | 139 | 0.88 | 0 | 0.37 | 0.14 | 155 | 0.78 | 0.48 |
| Hex | 1B | DB | 8B | 58 | 0 | 25 | E | 9B | 4E | 30 |
| Octal | 33 | 333 | 213 | 130 | 0 | 45 | 16 | 233 | 116 | 60 |
| Binary | 11011 | 11011011 | 10001011 | 1011000 | 0 | 100101 | 1110 | 10011011 | 1001110 | 110000 |
Color Harmonies of #1BDB8B
Complementary color
Monochromatic Colors of #1BDB8B
Black with #1BDB8B
Text Example
Text Example
White with #1BDB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDB8B; }
p { color: rgb(27,219,139); }
H1.HeaderClassName
{
color: #1BDB8B;
}
.AnyTagClassName
{
color: #1BDB8B;
}
</style>
background-color css
<style>
a { background-color: #1BDB8B; }
a { background-color: rgb(27,219,139); }
div.DivClassName
{
background-color: #1BDB8B;
}
.BgClassName
{
background-color: #1BDB8B;
}
</style>
border-color css
<style>
span { border-color: #1BDB8B; }
span { border-color: rgb(27,219,139); }
td.TdClassName
{
border-color: #1BDB8B;
}
.TagClassName
{
border-color: #1BDB8B;
}
</style>