#2ED2AE

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

Shades of Shamrock #2ED2AE

Tints of Shamrock #2ED2AE

Color information

#2ED2AE (or 0x2ED2AE) is unknown color: approx Shamrock. HEX triplet: 2E, D2 and AE. RGB value is (46,210,174). Sum of RGB (Red+Green+Blue) = 46+210+174=430 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.70% from 430); Green value is 210 (82.42% from 255 or 48.84% from 430); Blue value is 174 (68.36% from 255 or 40.47% from 430); Max value from RGB is 210 - color contains mainly: green. Hex color #2ED2AE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ED2AE is #D12D51. Grayscale: #9C9C9C. Windows color (decimal): -13708626 or 11457070. OLE color: 11457070.

HSL color Cylindrical-coordinate representation of color #2ED2AE: hue angle of 166.83º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ED2AE is Cyan = 0.78, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB46210174-
CMYK0.7800.170.18
HSL166.83º64.57%50.2%-
HSV(B)166.83º78.1%82.35%-
XYZ31.8149.7347.97-
YUV156.86137.6748.93-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 10.70%
GREEN value IS 210 (82.42% from 255) = 48.84%
BLUE value IS 174 (68.36% from 255) = 40.47%
R=10.70%
G=48.84%
B=40.47%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal462101740.7800.170.18166.8364.5750.2
Hex2ED2AE4E01112a74132
Octal563222561160212224710162
Binary1011101101001010101110100111001000110010101001111000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ED2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,210,174); }

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

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

 a { background-color: rgb(46,210,174); }

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

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

 span { border-color: rgb(46,210,174); }

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