Shades of Shamrock #1BDA9C
Tints of Shamrock #1BDA9C
RGB
CMYK
RGB Variations
Color information
#1BDA9C (or 0x1BDA9C) is known color: Shamrock. HEX triplet: 1B, DA and 9C. RGB value is (27,218,156). Sum of RGB (Red+Green+Blue) = 27+218+156=401 (53% of max value = 765). Red value is 27 (10.94% from 255 or 6.73% from 401); Green value is 218 (85.55% from 255 or 54.36% from 401); Blue value is 156 (61.33% from 255 or 38.90% from 401); Max value from RGB is 218 - color contains mainly: green. Hex color #1BDA9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BDA9C is #E42563. Grayscale: #999999. Windows color (decimal): -14951780 or 10279451. OLE color: 10279451.
HSL color Cylindrical-coordinate representation of color #1BDA9C: hue angle of 160.52º 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 #1BDA9C is Cyan = 0.88, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 27 | 218 | 156 | - |
| CMYK | 0.88 | 0 | 0.28 | 0.15 |
| HSL | 160.52º | 0.78% | 0.48% | - |
| HSV(B) | 160.52º | 0.88% | 0.85% | - |
| XYZ | 31.52 | 52.78 | 39.98 | - |
| YUV | 153.82 | 129.22 | 37.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 218 | 156 | 0.88 | 0 | 0.28 | 0.15 | 160.52 | 0.78 | 0.48 |
| Hex | 1B | DA | 9C | 58 | 0 | 1C | F | A1 | 4E | 30 |
| Octal | 33 | 332 | 234 | 130 | 0 | 34 | 17 | 241 | 116 | 60 |
| Binary | 11011 | 11011010 | 10011100 | 1011000 | 0 | 11100 | 1111 | 10100001 | 1001110 | 110000 |
Color Harmonies of #1BDA9C
Complementary color
Monochromatic Colors of #1BDA9C
Black with #1BDA9C
Text Example
Text Example
White with #1BDA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDA9C; }
p { color: rgb(27,218,156); }
H1.HeaderClassName
{
color: #1BDA9C;
}
.AnyTagClassName
{
color: #1BDA9C;
}
</style>
background-color css
<style>
a { background-color: #1BDA9C; }
a { background-color: rgb(27,218,156); }
div.DivClassName
{
background-color: #1BDA9C;
}
.BgClassName
{
background-color: #1BDA9C;
}
</style>
border-color css
<style>
span { border-color: #1BDA9C; }
span { border-color: rgb(27,218,156); }
td.TdClassName
{
border-color: #1BDA9C;
}
.TagClassName
{
border-color: #1BDA9C;
}
</style>