Shades of Shamrock #1BE0AB
Tints of Shamrock #1BE0AB
RGB
CMYK
RGB Variations
Color information
#1BE0AB (or 0x1BE0AB) is known color: Shamrock. HEX triplet: 1B, E0 and AB. RGB value is (27,224,171). Sum of RGB (Red+Green+Blue) = 27+224+171=422 (55% of max value = 765). Red value is 27 (10.94% from 255 or 6.40% from 422); Green value is 224 (87.89% from 255 or 53.08% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 224 - color contains mainly: green. Hex color #1BE0AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BE0AB is #E41F54. Grayscale: #9F9F9F. Windows color (decimal): -14950229 or 11264027. OLE color: 11264027.
HSL color Cylindrical-coordinate representation of color #1BE0AB: hue angle of 163.86º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BE0AB is Cyan = 0.88, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 27 | 224 | 171 | - |
| CMYK | 0.88 | 0 | 0.24 | 0.12 |
| HSL | 163.86º | 0.78% | 0.49% | - |
| HSV(B) | 163.86º | 0.88% | 0.88% | - |
| XYZ | 34.46 | 56.48 | 47.61 | - |
| YUV | 159.06 | 134.73 | 33.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 224 | 171 | 0.88 | 0 | 0.24 | 0.12 | 163.86 | 0.78 | 0.49 |
| Hex | 1B | E0 | AB | 58 | 0 | 18 | C | A4 | 4E | 31 |
| Octal | 33 | 340 | 253 | 130 | 0 | 30 | 14 | 244 | 116 | 61 |
| Binary | 11011 | 11100000 | 10101011 | 1011000 | 0 | 11000 | 1100 | 10100100 | 1001110 | 110001 |
Color Harmonies of #1BE0AB
Complementary color
Monochromatic Colors of #1BE0AB
Black with #1BE0AB
Text Example
Text Example
White with #1BE0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BE0AB; }
p { color: rgb(27,224,171); }
H1.HeaderClassName
{
color: #1BE0AB;
}
.AnyTagClassName
{
color: #1BE0AB;
}
</style>
background-color css
<style>
a { background-color: #1BE0AB; }
a { background-color: rgb(27,224,171); }
div.DivClassName
{
background-color: #1BE0AB;
}
.BgClassName
{
background-color: #1BE0AB;
}
</style>
border-color css
<style>
span { border-color: #1BE0AB; }
span { border-color: rgb(27,224,171); }
td.TdClassName
{
border-color: #1BE0AB;
}
.TagClassName
{
border-color: #1BE0AB;
}
</style>