#2ED8B2

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

Shades of Shamrock #2ED8B2

Tints of Shamrock #2ED8B2

Color information

#2ED8B2 (or 0x2ED8B2) is unknown color: approx Shamrock. HEX triplet: 2E, D8 and B2. RGB value is (46,216,178). Sum of RGB (Red+Green+Blue) = 46+216+178=440 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.45% from 440); Green value is 216 (84.77% from 255 or 49.09% from 440); Blue value is 178 (69.92% from 255 or 40.45% from 440); Max value from RGB is 216 - color contains mainly: green. Hex color #2ED8B2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ED8B2 is #D1274D. Grayscale: #A0A0A0. Windows color (decimal): -13707086 or 11720750. OLE color: 11720750.

HSL color Cylindrical-coordinate representation of color #2ED8B2: hue angle of 166.59º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ED8B2 is Cyan = 0.79, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB46216178-
CMYK0.7900.180.15
HSL166.59º68.55%51.37%-
HSV(B)166.59º78.7%84.71%-
XYZ33.7252.9150.55-
YUV160.84137.6846.09-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 10.45%
GREEN value IS 216 (84.77% from 255) = 49.09%
BLUE value IS 178 (69.92% from 255) = 40.45%
R=10.45%
G=49.09%
B=40.45%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal462161780.7900.180.15166.5968.5551.37
Hex2ED8B24F012Fa74533
Octal563302621170221724710563
Binary101110110110001011001010011110100101111101001111000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ED8B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,216,178); }

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

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

 a { background-color: rgb(46,216,178); }

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

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

 span { border-color: rgb(46,216,178); }

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