Shades of Shamrock #1BDDB2
Tints of Shamrock #1BDDB2
RGB
CMYK
RGB Variations
Color information
#1BDDB2 (or 0x1BDDB2) is known color: Shamrock. HEX triplet: 1B, DD and B2. RGB value is (27,221,178). Sum of RGB (Red+Green+Blue) = 27+221+178=426 (56% of max value = 765). Red value is 27 (10.94% from 255 or 6.34% from 426); Green value is 221 (86.72% from 255 or 51.88% from 426); Blue value is 178 (69.92% from 255 or 41.78% from 426); Max value from RGB is 221 - color contains mainly: green. Hex color #1BDDB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BDDB2 is #E4224D. Grayscale: #9E9E9E. Windows color (decimal): -14950990 or 11722011. OLE color: 11722011.
HSL color Cylindrical-coordinate representation of color #1BDDB2: hue angle of 166.7º 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 #1BDDB2 is Cyan = 0.88, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 221 | 178 | - |
| CMYK | 0.88 | 0 | 0.19 | 0.13 |
| HSL | 166.7º | 0.78% | 0.49% | - |
| HSV(B) | 166.7º | 0.88% | 0.87% | - |
| XYZ | 34.34 | 55.16 | 50.96 | - |
| YUV | 158.09 | 139.23 | 34.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 221 | 178 | 0.88 | 0 | 0.19 | 0.13 | 166.7 | 0.78 | 0.49 |
| Hex | 1B | DD | B2 | 58 | 0 | 13 | D | A7 | 4E | 31 |
| Octal | 33 | 335 | 262 | 130 | 0 | 23 | 15 | 247 | 116 | 61 |
| Binary | 11011 | 11011101 | 10110010 | 1011000 | 0 | 10011 | 1101 | 10100111 | 1001110 | 110001 |
Color Harmonies of #1BDDB2
Complementary color
Monochromatic Colors of #1BDDB2
Black with #1BDDB2
Text Example
Text Example
White with #1BDDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDDB2; }
p { color: rgb(27,221,178); }
H1.HeaderClassName
{
color: #1BDDB2;
}
.AnyTagClassName
{
color: #1BDDB2;
}
</style>
background-color css
<style>
a { background-color: #1BDDB2; }
a { background-color: rgb(27,221,178); }
div.DivClassName
{
background-color: #1BDDB2;
}
.BgClassName
{
background-color: #1BDDB2;
}
</style>
border-color css
<style>
span { border-color: #1BDDB2; }
span { border-color: rgb(27,221,178); }
td.TdClassName
{
border-color: #1BDDB2;
}
.TagClassName
{
border-color: #1BDDB2;
}
</style>