Shades of Shamrock #1BDB8F
Tints of Shamrock #1BDB8F
RGB
CMYK
RGB Variations
Color information
#1BDB8F (or 0x1BDB8F) is known color: Shamrock. HEX triplet: 1B, DB and 8F. RGB value is (27,219,143). Sum of RGB (Red+Green+Blue) = 27+219+143=389 (51% of max value = 765). Red value is 27 (10.94% from 255 or 6.94% from 389); Green value is 219 (85.94% from 255 or 56.30% from 389); Blue value is 143 (56.25% from 255 or 36.76% from 389); Max value from RGB is 219 - color contains mainly: green. Hex color #1BDB8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BDB8F is #E42470. Grayscale: #999999. Windows color (decimal): -14951537 or 9427739. OLE color: 9427739.
HSL color Cylindrical-coordinate representation of color #1BDB8F: hue angle of 156.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 #1BDB8F is Cyan = 0.88, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 219 | 143 | - |
| CMYK | 0.88 | 0 | 0.35 | 0.14 |
| HSL | 156.25º | 0.78% | 0.48% | - |
| HSV(B) | 156.25º | 0.88% | 0.86% | - |
| XYZ | 30.74 | 52.88 | 34.57 | - |
| YUV | 152.93 | 122.39 | 38.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 219 | 143 | 0.88 | 0 | 0.35 | 0.14 | 156.25 | 0.78 | 0.48 |
| Hex | 1B | DB | 8F | 58 | 0 | 23 | E | 9C | 4E | 30 |
| Octal | 33 | 333 | 217 | 130 | 0 | 43 | 16 | 234 | 116 | 60 |
| Binary | 11011 | 11011011 | 10001111 | 1011000 | 0 | 100011 | 1110 | 10011100 | 1001110 | 110000 |
Color Harmonies of #1BDB8F
Complementary color
Monochromatic Colors of #1BDB8F
Black with #1BDB8F
Text Example
Text Example
White with #1BDB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDB8F; }
p { color: rgb(27,219,143); }
H1.HeaderClassName
{
color: #1BDB8F;
}
.AnyTagClassName
{
color: #1BDB8F;
}
</style>
background-color css
<style>
a { background-color: #1BDB8F; }
a { background-color: rgb(27,219,143); }
div.DivClassName
{
background-color: #1BDB8F;
}
.BgClassName
{
background-color: #1BDB8F;
}
</style>
border-color css
<style>
span { border-color: #1BDB8F; }
span { border-color: rgb(27,219,143); }
td.TdClassName
{
border-color: #1BDB8F;
}
.TagClassName
{
border-color: #1BDB8F;
}
</style>