Shades of Shamrock #2EDAB1
Tints of Shamrock #2EDAB1
RGB
CMYK
RGB Variations
Color information
#2EDAB1 (or 0x2EDAB1) is known color: Shamrock. HEX triplet: 2E, DA and B1. RGB value is (46,218,177). Sum of RGB (Red+Green+Blue) = 46+218+177=441 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.43% from 441); Green value is 218 (85.55% from 255 or 49.43% from 441); Blue value is 177 (69.53% from 255 or 40.14% from 441); Max value from RGB is 218 - color contains mainly: green. Hex color #2EDAB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EDAB1 is #D1254E. Grayscale: #A1A1A1. Windows color (decimal): -13706575 or 11655726. OLE color: 11655726.
HSL color Cylindrical-coordinate representation of color #2EDAB1: hue angle of 165.7º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDAB1 is Cyan = 0.79, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 46 | 218 | 177 | - |
| CMYK | 0.79 | 0 | 0.19 | 0.15 |
| HSL | 165.7º | 0.7% | 0.52% | - |
| HSV(B) | 165.7º | 0.79% | 0.85% | - |
| XYZ | 34.13 | 53.9 | 50.2 | - |
| YUV | 161.9 | 136.52 | 45.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 218 | 177 | 0.79 | 0 | 0.19 | 0.15 | 165.7 | 0.7 | 0.52 |
| Hex | 2E | DA | B1 | 4F | 0 | 13 | F | A6 | 46 | 34 |
| Octal | 56 | 332 | 261 | 117 | 0 | 23 | 17 | 246 | 106 | 64 |
| Binary | 101110 | 11011010 | 10110001 | 1001111 | 0 | 10011 | 1111 | 10100110 | 1000110 | 110100 |
Color Harmonies of #2EDAB1
Complementary color
Monochromatic Colors of #2EDAB1
Black with #2EDAB1
Text Example
Text Example
White with #2EDAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDAB1; }
p { color: rgb(46,218,177); }
H1.HeaderClassName
{
color: #2EDAB1;
}
.AnyTagClassName
{
color: #2EDAB1;
}
</style>
background-color css
<style>
a { background-color: #2EDAB1; }
a { background-color: rgb(46,218,177); }
div.DivClassName
{
background-color: #2EDAB1;
}
.BgClassName
{
background-color: #2EDAB1;
}
</style>
border-color css
<style>
span { border-color: #2EDAB1; }
span { border-color: rgb(46,218,177); }
td.TdClassName
{
border-color: #2EDAB1;
}
.TagClassName
{
border-color: #2EDAB1;
}
</style>