Shades of Shamrock #2EDEAF
Tints of Shamrock #2EDEAF
RGB
CMYK
RGB Variations
Color information
#2EDEAF (or 0x2EDEAF) is known color: Shamrock. HEX triplet: 2E, DE and AF. RGB value is (46,222,175). Sum of RGB (Red+Green+Blue) = 46+222+175=443 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.38% from 443); Green value is 222 (87.11% from 255 or 50.11% from 443); Blue value is 175 (68.75% from 255 or 39.50% from 443); Max value from RGB is 222 - color contains mainly: green. Hex color #2EDEAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EDEAF is #D12150. Grayscale: #A4A4A4. Windows color (decimal): -13705553 or 11525678. OLE color: 11525678.
HSL color Cylindrical-coordinate representation of color #2EDEAF: hue angle of 163.98º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDEAF is Cyan = 0.79, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 222 | 175 | - |
| CMYK | 0.79 | 0 | 0.21 | 0.13 |
| HSL | 163.98º | 0.73% | 0.53% | - |
| HSV(B) | 163.98º | 0.79% | 0.87% | - |
| XYZ | 34.99 | 55.92 | 49.51 | - |
| YUV | 164.02 | 134.19 | 43.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 222 | 175 | 0.79 | 0 | 0.21 | 0.13 | 163.98 | 0.73 | 0.53 |
| Hex | 2E | DE | AF | 4F | 0 | 15 | D | A4 | 49 | 35 |
| Octal | 56 | 336 | 257 | 117 | 0 | 25 | 15 | 244 | 111 | 65 |
| Binary | 101110 | 11011110 | 10101111 | 1001111 | 0 | 10101 | 1101 | 10100100 | 1001001 | 110101 |
Color Harmonies of #2EDEAF
Complementary color
Monochromatic Colors of #2EDEAF
Black with #2EDEAF
Text Example
Text Example
White with #2EDEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDEAF; }
p { color: rgb(46,222,175); }
H1.HeaderClassName
{
color: #2EDEAF;
}
.AnyTagClassName
{
color: #2EDEAF;
}
</style>
background-color css
<style>
a { background-color: #2EDEAF; }
a { background-color: rgb(46,222,175); }
div.DivClassName
{
background-color: #2EDEAF;
}
.BgClassName
{
background-color: #2EDEAF;
}
</style>
border-color css
<style>
span { border-color: #2EDEAF; }
span { border-color: rgb(46,222,175); }
td.TdClassName
{
border-color: #2EDEAF;
}
.TagClassName
{
border-color: #2EDEAF;
}
</style>