#2ED2B1

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

Shades of Shamrock #2ED2B1

Tints of Shamrock #2ED2B1

Color information

#2ED2B1 (or 0x2ED2B1) is unknown color: approx Shamrock. HEX triplet: 2E, D2 and B1. RGB value is (46,210,177). Sum of RGB (Red+Green+Blue) = 46+210+177=433 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.62% from 433); Green value is 210 (82.42% from 255 or 48.50% from 433); Blue value is 177 (69.53% from 255 or 40.88% from 433); Max value from RGB is 210 - color contains mainly: green. Hex color #2ED2B1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ED2B1 is #D12D4E. Grayscale: #9D9D9D. Windows color (decimal): -13708623 or 11653678. OLE color: 11653678.

HSL color Cylindrical-coordinate representation of color #2ED2B1: hue angle of 167.93º 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 #2ED2B1 is Cyan = 0.78, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB46210177-
CMYK0.7800.160.18
HSL167.93º64.57%50.2%-
HSV(B)167.93º78.1%82.35%-
XYZ32.1149.8549.52-
YUV157.2139.1748.68-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 10.62%
GREEN value IS 210 (82.42% from 255) = 48.50%
BLUE value IS 177 (69.53% from 255) = 40.88%
R=10.62%
G=48.50%
B=40.88%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal462101770.7800.160.18167.9364.5750.2
Hex2ED2B14E01012a84132
Octal563222611160202225010162
Binary1011101101001010110001100111001000010010101010001000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ED2B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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