#2EEFAB

Color #2EEFAB Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #2EEFAB

Tints of Shamrock #2EEFAB

Color information

#2EEFAB (or 0x2EEFAB) is unknown color: approx Shamrock. HEX triplet: 2E, EF and AB. RGB value is (46,239,171). Sum of RGB (Red+Green+Blue) = 46+239+171=456 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.09% from 456); Green value is 239 (93.75% from 255 or 52.41% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 239 - color contains mainly: green. Hex color #2EEFAB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EEFAB is #D11054. Grayscale: #ADADAD. Windows color (decimal): -13701205 or 11267886. OLE color: 11267886.

HSL color Cylindrical-coordinate representation of color #2EEFAB: hue angle of 158.86º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EEFAB is Cyan = 0.81, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB46239171-
CMYK0.8100.280.06
HSL158.86º85.78%55.88%-
HSV(B)158.86º80.75%93.73%-
XYZ39.3465.2549.05-
YUV173.54126.5637.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 46 (18.36% from 255) = 10.09%
GREEN value IS 239 (93.75% from 255) = 52.41%
BLUE value IS 171 (67.19% from 255) = 37.5%
R=10.09%
G=52.41%
B=37.5%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal462391710.8100.280.06158.8685.7855.88
Hex2EEFAB5101C69f5638
Octal56357253121034623712670
Binary10111011101111101010111010001011100110100111111010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EEFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2EEFAB; }

 p { color: rgb(46,239,171); }

 H1.HeaderClassName
 {
   color: #2EEFAB;
 }
 .AnyTagClassName
 {
   color: #2EEFAB;
 }
</style>
background-color css

<style>
 a { background-color: #2EEFAB; }

 a { background-color: rgb(46,239,171); }

 div.DivClassName
 {
   background-color: #2EEFAB;
 }
 .BgClassName
 {
   background-color: #2EEFAB;
 }
</style>
border-color css

<style>
 span { border-color: #2EEFAB; }

 span { border-color: rgb(46,239,171); }

 td.TdClassName
 {
   border-color: #2EEFAB;
 }
 .TagClassName
 {
   border-color: #2EEFAB;
 }
</style>