#2EBDA2

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

Shades of Shamrock #2EBDA2

Tints of Shamrock #2EBDA2

Color information

#2EBDA2 (or 0x2EBDA2) is unknown color: approx Shamrock. HEX triplet: 2E, BD and A2. RGB value is (46,189,162). Sum of RGB (Red+Green+Blue) = 46+189+162=397 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.59% from 397); Green value is 189 (74.22% from 255 or 47.61% from 397); Blue value is 162 (63.67% from 255 or 40.81% from 397); Max value from RGB is 189 - color contains mainly: green. Hex color #2EBDA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EBDA2 is #D1425D. Grayscale: #8F8F8F. Windows color (decimal): -13714014 or 10665262. OLE color: 10665262.

HSL color Cylindrical-coordinate representation of color #2EBDA2: hue angle of 168.67º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EBDA2 is Cyan = 0.76, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB46189162-
CMYK0.7600.140.26
HSL168.67º60.85%46.08%-
HSV(B)168.67º75.66%74.12%-
XYZ25.8539.5840.46-
YUV143.16138.6258.7-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.59%
GREEN value IS 189 (74.22% from 255) = 47.61%
BLUE value IS 162 (63.67% from 255) = 40.81%
R=11.59%
G=47.61%
B=40.81%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal461891620.7600.140.26168.6760.8546.08
Hex2EBDA24C0E1Aa93d2e
Octal56275242114016322517556
Binary10111010111101101000101001100011101101010101001111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EBDA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,189,162); }

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

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

 a { background-color: rgb(46,189,162); }

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

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

 span { border-color: rgb(46,189,162); }

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