Shades of Shamrock #1BDE9D
Tints of Shamrock #1BDE9D
RGB
CMYK
RGB Variations
Color information
#1BDE9D (or 0x1BDE9D) is known color: Shamrock. HEX triplet: 1B, DE and 9D. RGB value is (27,222,157). Sum of RGB (Red+Green+Blue) = 27+222+157=406 (53% of max value = 765). Red value is 27 (10.94% from 255 or 6.65% from 406); Green value is 222 (87.11% from 255 or 54.68% from 406); Blue value is 157 (61.72% from 255 or 38.67% from 406); Max value from RGB is 222 - color contains mainly: green. Hex color #1BDE9D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BDE9D is #E42162. Grayscale: #9C9C9C. Windows color (decimal): -14950755 or 10346011. OLE color: 10346011.
HSL color Cylindrical-coordinate representation of color #1BDE9D: hue angle of 160º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BDE9D is Cyan = 0.88, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 222 | 157 | - |
| CMYK | 0.88 | 0 | 0.29 | 0.13 |
| HSL | 160º | 0.78% | 0.49% | - |
| HSV(B) | 160º | 0.88% | 0.87% | - |
| XYZ | 32.66 | 54.91 | 40.78 | - |
| YUV | 156.29 | 128.4 | 35.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 222 | 157 | 0.88 | 0 | 0.29 | 0.13 | 160 | 0.78 | 0.49 |
| Hex | 1B | DE | 9D | 58 | 0 | 1D | D | A0 | 4E | 31 |
| Octal | 33 | 336 | 235 | 130 | 0 | 35 | 15 | 240 | 116 | 61 |
| Binary | 11011 | 11011110 | 10011101 | 1011000 | 0 | 11101 | 1101 | 10100000 | 1001110 | 110001 |
Color Harmonies of #1BDE9D
Complementary color
Monochromatic Colors of #1BDE9D
Black with #1BDE9D
Text Example
Text Example
White with #1BDE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDE9D; }
p { color: rgb(27,222,157); }
H1.HeaderClassName
{
color: #1BDE9D;
}
.AnyTagClassName
{
color: #1BDE9D;
}
</style>
background-color css
<style>
a { background-color: #1BDE9D; }
a { background-color: rgb(27,222,157); }
div.DivClassName
{
background-color: #1BDE9D;
}
.BgClassName
{
background-color: #1BDE9D;
}
</style>
border-color css
<style>
span { border-color: #1BDE9D; }
span { border-color: rgb(27,222,157); }
td.TdClassName
{
border-color: #1BDE9D;
}
.TagClassName
{
border-color: #1BDE9D;
}
</style>