Shades of Shamrock #1BDCB0
Tints of Shamrock #1BDCB0
RGB
CMYK
RGB Variations
Color information
#1BDCB0 (or 0x1BDCB0) is known color: Shamrock. HEX triplet: 1B, DC and B0. RGB value is (27,220,176). Sum of RGB (Red+Green+Blue) = 27+220+176=423 (56% of max value = 765). Red value is 27 (10.94% from 255 or 6.38% from 423); Green value is 220 (86.33% from 255 or 52.01% from 423); Blue value is 176 (69.14% from 255 or 41.61% from 423); Max value from RGB is 220 - color contains mainly: green. Hex color #1BDCB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BDCB0 is #E4234F. Grayscale: #9D9D9D. Windows color (decimal): -14951248 or 11590683. OLE color: 11590683.
HSL color Cylindrical-coordinate representation of color #1BDCB0: hue angle of 166.32º 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 #1BDCB0 is Cyan = 0.88, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 220 | 176 | - |
| CMYK | 0.88 | 0 | 0.2 | 0.14 |
| HSL | 166.32º | 0.78% | 0.48% | - |
| HSV(B) | 166.32º | 0.88% | 0.86% | - |
| XYZ | 33.88 | 54.55 | 49.82 | - |
| YUV | 157.28 | 138.56 | 35.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 220 | 176 | 0.88 | 0 | 0.2 | 0.14 | 166.32 | 0.78 | 0.48 |
| Hex | 1B | DC | B0 | 58 | 0 | 14 | E | A6 | 4E | 30 |
| Octal | 33 | 334 | 260 | 130 | 0 | 24 | 16 | 246 | 116 | 60 |
| Binary | 11011 | 11011100 | 10110000 | 1011000 | 0 | 10100 | 1110 | 10100110 | 1001110 | 110000 |
Color Harmonies of #1BDCB0
Complementary color
Monochromatic Colors of #1BDCB0
Black with #1BDCB0
Text Example
Text Example
White with #1BDCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDCB0; }
p { color: rgb(27,220,176); }
H1.HeaderClassName
{
color: #1BDCB0;
}
.AnyTagClassName
{
color: #1BDCB0;
}
</style>
background-color css
<style>
a { background-color: #1BDCB0; }
a { background-color: rgb(27,220,176); }
div.DivClassName
{
background-color: #1BDCB0;
}
.BgClassName
{
background-color: #1BDCB0;
}
</style>
border-color css
<style>
span { border-color: #1BDCB0; }
span { border-color: rgb(27,220,176); }
td.TdClassName
{
border-color: #1BDCB0;
}
.TagClassName
{
border-color: #1BDCB0;
}
</style>