Shades of Shamrock #1BDA9F
Tints of Shamrock #1BDA9F
RGB
CMYK
RGB Variations
Color information
#1BDA9F (or 0x1BDA9F) is known color: Shamrock. HEX triplet: 1B, DA and 9F. RGB value is (27,218,159). Sum of RGB (Red+Green+Blue) = 27+218+159=404 (53% of max value = 765). Red value is 27 (10.94% from 255 or 6.68% from 404); Green value is 218 (85.55% from 255 or 53.96% from 404); Blue value is 159 (62.5% from 255 or 39.36% from 404); Max value from RGB is 218 - color contains mainly: green. Hex color #1BDA9F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BDA9F is #E42560. Grayscale: #9A9A9A. Windows color (decimal): -14951777 or 10476059. OLE color: 10476059.
HSL color Cylindrical-coordinate representation of color #1BDA9F: hue angle of 161.47º 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 #1BDA9F is Cyan = 0.88, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 27 | 218 | 159 | - |
| CMYK | 0.88 | 0 | 0.27 | 0.15 |
| HSL | 161.47º | 0.78% | 0.48% | - |
| HSV(B) | 161.47º | 0.88% | 0.85% | - |
| XYZ | 31.78 | 52.88 | 41.33 | - |
| YUV | 154.17 | 130.72 | 37.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 218 | 159 | 0.88 | 0 | 0.27 | 0.15 | 161.47 | 0.78 | 0.48 |
| Hex | 1B | DA | 9F | 58 | 0 | 1B | F | A1 | 4E | 30 |
| Octal | 33 | 332 | 237 | 130 | 0 | 33 | 17 | 241 | 116 | 60 |
| Binary | 11011 | 11011010 | 10011111 | 1011000 | 0 | 11011 | 1111 | 10100001 | 1001110 | 110000 |
Color Harmonies of #1BDA9F
Complementary color
Monochromatic Colors of #1BDA9F
Black with #1BDA9F
Text Example
Text Example
White with #1BDA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDA9F; }
p { color: rgb(27,218,159); }
H1.HeaderClassName
{
color: #1BDA9F;
}
.AnyTagClassName
{
color: #1BDA9F;
}
</style>
background-color css
<style>
a { background-color: #1BDA9F; }
a { background-color: rgb(27,218,159); }
div.DivClassName
{
background-color: #1BDA9F;
}
.BgClassName
{
background-color: #1BDA9F;
}
</style>
border-color css
<style>
span { border-color: #1BDA9F; }
span { border-color: rgb(27,218,159); }
td.TdClassName
{
border-color: #1BDA9F;
}
.TagClassName
{
border-color: #1BDA9F;
}
</style>