Shades of Shamrock #1BE1A8
Tints of Shamrock #1BE1A8
RGB
CMYK
RGB Variations
Color information
#1BE1A8 (or 0x1BE1A8) is known color: Shamrock. HEX triplet: 1B, E1 and A8. RGB value is (27,225,168). Sum of RGB (Red+Green+Blue) = 27+225+168=420 (55% of max value = 765). Red value is 27 (10.94% from 255 or 6.43% from 420); Green value is 225 (88.28% from 255 or 53.57% from 420); Blue value is 168 (66.02% from 255 or 40% from 420); Max value from RGB is 225 - color contains mainly: green. Hex color #1BE1A8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BE1A8 is #E41E57. Grayscale: #9F9F9F. Windows color (decimal): -14949976 or 11067675. OLE color: 11067675.
HSL color Cylindrical-coordinate representation of color #1BE1A8: hue angle of 162.73º degrees, saturation: 0.79, 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 #1BE1A8 is Cyan = 0.88, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 27 | 225 | 168 | - |
| CMYK | 0.88 | 0 | 0.25 | 0.12 |
| HSL | 162.73º | 0.79% | 0.49% | - |
| HSV(B) | 162.73º | 0.88% | 0.88% | - |
| XYZ | 34.45 | 56.91 | 46.22 | - |
| YUV | 159.3 | 132.9 | 33.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 225 | 168 | 0.88 | 0 | 0.25 | 0.12 | 162.73 | 0.79 | 0.49 |
| Hex | 1B | E1 | A8 | 58 | 0 | 19 | C | A3 | 4F | 31 |
| Octal | 33 | 341 | 250 | 130 | 0 | 31 | 14 | 243 | 117 | 61 |
| Binary | 11011 | 11100001 | 10101000 | 1011000 | 0 | 11001 | 1100 | 10100011 | 1001111 | 110001 |
Color Harmonies of #1BE1A8
Complementary color
Monochromatic Colors of #1BE1A8
Black with #1BE1A8
Text Example
Text Example
White with #1BE1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BE1A8; }
p { color: rgb(27,225,168); }
H1.HeaderClassName
{
color: #1BE1A8;
}
.AnyTagClassName
{
color: #1BE1A8;
}
</style>
background-color css
<style>
a { background-color: #1BE1A8; }
a { background-color: rgb(27,225,168); }
div.DivClassName
{
background-color: #1BE1A8;
}
.BgClassName
{
background-color: #1BE1A8;
}
</style>
border-color css
<style>
span { border-color: #1BE1A8; }
span { border-color: rgb(27,225,168); }
td.TdClassName
{
border-color: #1BE1A8;
}
.TagClassName
{
border-color: #1BE1A8;
}
</style>