Shades of Shamrock #2EEEAF
Tints of Shamrock #2EEEAF
RGB
CMYK
RGB Variations
Color information
#2EEEAF (or 0x2EEEAF) is known color: Shamrock. HEX triplet: 2E, EE and AF. RGB value is (46,238,175). Sum of RGB (Red+Green+Blue) = 46+238+175=459 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.02% from 459); Green value is 238 (93.36% from 255 or 51.85% from 459); Blue value is 175 (68.75% from 255 or 38.13% from 459); Max value from RGB is 238 - color contains mainly: green. Hex color #2EEEAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EEEAF is #D11150. Grayscale: #ADADAD. Windows color (decimal): -13701457 or 11529774. OLE color: 11529774.
HSL color Cylindrical-coordinate representation of color #2EEEAF: hue angle of 160.31º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EEEAF is Cyan = 0.81, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 238 | 175 | - |
| CMYK | 0.81 | 0 | 0.26 | 0.07 |
| HSL | 160.31º | 0.85% | 0.56% | - |
| HSV(B) | 160.31º | 0.81% | 0.93% | - |
| XYZ | 39.44 | 64.83 | 50.99 | - |
| YUV | 173.41 | 128.89 | 37.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 238 | 175 | 0.81 | 0 | 0.26 | 0.07 | 160.31 | 0.85 | 0.56 |
| Hex | 2E | EE | AF | 51 | 0 | 1A | 7 | A0 | 55 | 38 |
| Octal | 56 | 356 | 257 | 121 | 0 | 32 | 7 | 240 | 125 | 70 |
| Binary | 101110 | 11101110 | 10101111 | 1010001 | 0 | 11010 | 111 | 10100000 | 1010101 | 111000 |
Color Harmonies of #2EEEAF
Complementary color
Monochromatic Colors of #2EEEAF
Black with #2EEEAF
Text Example
Text Example
White with #2EEEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEEAF; }
p { color: rgb(46,238,175); }
H1.HeaderClassName
{
color: #2EEEAF;
}
.AnyTagClassName
{
color: #2EEEAF;
}
</style>
background-color css
<style>
a { background-color: #2EEEAF; }
a { background-color: rgb(46,238,175); }
div.DivClassName
{
background-color: #2EEEAF;
}
.BgClassName
{
background-color: #2EEEAF;
}
</style>
border-color css
<style>
span { border-color: #2EEEAF; }
span { border-color: rgb(46,238,175); }
td.TdClassName
{
border-color: #2EEEAF;
}
.TagClassName
{
border-color: #2EEEAF;
}
</style>