Shades of Shamrock #1BDDA5
Tints of Shamrock #1BDDA5
RGB
CMYK
RGB Variations
Color information
#1BDDA5 (or 0x1BDDA5) is known color: Shamrock. HEX triplet: 1B, DD and A5. RGB value is (27,221,165). Sum of RGB (Red+Green+Blue) = 27+221+165=413 (54% of max value = 765). Red value is 27 (10.94% from 255 or 6.54% from 413); Green value is 221 (86.72% from 255 or 53.51% from 413); Blue value is 165 (64.84% from 255 or 39.95% from 413); Max value from RGB is 221 - color contains mainly: green. Hex color #1BDDA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BDDA5 is #E4225A. Grayscale: #9C9C9C. Windows color (decimal): -14951003 or 10870043. OLE color: 10870043.
HSL color Cylindrical-coordinate representation of color #1BDDA5: hue angle of 162.68º 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 #1BDDA5 is Cyan = 0.88, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 221 | 165 | - |
| CMYK | 0.88 | 0 | 0.25 | 0.13 |
| HSL | 162.68º | 0.78% | 0.49% | - |
| HSV(B) | 162.68º | 0.88% | 0.87% | - |
| XYZ | 33.1 | 54.66 | 44.4 | - |
| YUV | 156.61 | 132.73 | 35.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 221 | 165 | 0.88 | 0 | 0.25 | 0.13 | 162.68 | 0.78 | 0.49 |
| Hex | 1B | DD | A5 | 58 | 0 | 19 | D | A3 | 4E | 31 |
| Octal | 33 | 335 | 245 | 130 | 0 | 31 | 15 | 243 | 116 | 61 |
| Binary | 11011 | 11011101 | 10100101 | 1011000 | 0 | 11001 | 1101 | 10100011 | 1001110 | 110001 |
Color Harmonies of #1BDDA5
Complementary color
Monochromatic Colors of #1BDDA5
Black with #1BDDA5
Text Example
Text Example
White with #1BDDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDDA5; }
p { color: rgb(27,221,165); }
H1.HeaderClassName
{
color: #1BDDA5;
}
.AnyTagClassName
{
color: #1BDDA5;
}
</style>
background-color css
<style>
a { background-color: #1BDDA5; }
a { background-color: rgb(27,221,165); }
div.DivClassName
{
background-color: #1BDDA5;
}
.BgClassName
{
background-color: #1BDDA5;
}
</style>
border-color css
<style>
span { border-color: #1BDDA5; }
span { border-color: rgb(27,221,165); }
td.TdClassName
{
border-color: #1BDDA5;
}
.TagClassName
{
border-color: #1BDDA5;
}
</style>