#2EBDA0

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

Shades of Shamrock #2EBDA0

Tints of Shamrock #2EBDA0

Color information

#2EBDA0 (or 0x2EBDA0) is unknown color: approx Shamrock. HEX triplet: 2E, BD and A0. RGB value is (46,189,160). Sum of RGB (Red+Green+Blue) = 46+189+160=395 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.65% from 395); Green value is 189 (74.22% from 255 or 47.85% from 395); Blue value is 160 (62.89% from 255 or 40.51% from 395); Max value from RGB is 189 - color contains mainly: green. Hex color #2EBDA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EBDA0 is #D1425F. Grayscale: #8E8E8E. Windows color (decimal): -13714016 or 10534190. OLE color: 10534190.

HSL color Cylindrical-coordinate representation of color #2EBDA0: hue angle of 167.83º 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 #2EBDA0 is Cyan = 0.76, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB46189160-
CMYK0.7600.150.26
HSL167.83º60.85%46.08%-
HSV(B)167.83º75.66%74.12%-
XYZ25.6739.5139.53-
YUV142.94137.6258.86-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.65%
GREEN value IS 189 (74.22% from 255) = 47.85%
BLUE value IS 160 (62.89% from 255) = 40.51%
R=11.65%
G=47.85%
B=40.51%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal461891600.7600.150.26167.8360.8546.08
Hex2EBDA04C0F1Aa83d2e
Octal56275240114017322507556
Binary10111010111101101000001001100011111101010101000111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EBDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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