Shades of Shamrock #1BDDA6
Tints of Shamrock #1BDDA6
RGB
CMYK
RGB Variations
Color information
#1BDDA6 (or 0x1BDDA6) is known color: Shamrock. HEX triplet: 1B, DD and A6. RGB value is (27,221,166). Sum of RGB (Red+Green+Blue) = 27+221+166=414 (54% of max value = 765). Red value is 27 (10.94% from 255 or 6.52% from 414); Green value is 221 (86.72% from 255 or 53.38% from 414); Blue value is 166 (65.23% from 255 or 40.10% from 414); Max value from RGB is 221 - color contains mainly: green. Hex color #1BDDA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BDDA6 is #E42259. Grayscale: #9C9C9C. Windows color (decimal): -14951002 or 10935579. OLE color: 10935579.
HSL color Cylindrical-coordinate representation of color #1BDDA6: hue angle of 162.99º 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 #1BDDA6 is Cyan = 0.88, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 221 | 166 | - |
| CMYK | 0.88 | 0 | 0.25 | 0.13 |
| HSL | 162.99º | 0.78% | 0.49% | - |
| HSV(B) | 162.99º | 0.88% | 0.87% | - |
| XYZ | 33.19 | 54.7 | 44.89 | - |
| YUV | 156.72 | 133.23 | 35.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 221 | 166 | 0.88 | 0 | 0.25 | 0.13 | 162.99 | 0.78 | 0.49 |
| Hex | 1B | DD | A6 | 58 | 0 | 19 | D | A3 | 4E | 31 |
| Octal | 33 | 335 | 246 | 130 | 0 | 31 | 15 | 243 | 116 | 61 |
| Binary | 11011 | 11011101 | 10100110 | 1011000 | 0 | 11001 | 1101 | 10100011 | 1001110 | 110001 |
Color Harmonies of #1BDDA6
Complementary color
Monochromatic Colors of #1BDDA6
Black with #1BDDA6
Text Example
Text Example
White with #1BDDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDDA6; }
p { color: rgb(27,221,166); }
H1.HeaderClassName
{
color: #1BDDA6;
}
.AnyTagClassName
{
color: #1BDDA6;
}
</style>
background-color css
<style>
a { background-color: #1BDDA6; }
a { background-color: rgb(27,221,166); }
div.DivClassName
{
background-color: #1BDDA6;
}
.BgClassName
{
background-color: #1BDDA6;
}
</style>
border-color css
<style>
span { border-color: #1BDDA6; }
span { border-color: rgb(27,221,166); }
td.TdClassName
{
border-color: #1BDDA6;
}
.TagClassName
{
border-color: #1BDDA6;
}
</style>