#2ee3af

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

Shades of Shamrock #2EE3AF

Tints of Shamrock #2EE3AF

Color information

#2EE3AF (or 0x2EE3AF) is unknown color: approx Shamrock. HEX triplet: 2E, E3 and AF. RGB value is (46,227,175). Sum of RGB (Red+Green+Blue) = 46+227+175=448 (59% of max value = 765). Red value is 46 (18.36% from 255 or 10.27% from 448); Green value is 227 (89.06% from 255 or 50.67% from 448); Blue value is 175 (68.75% from 255 or 39.06% from 448); Max value from RGB is 227 - color contains mainly: green. Hex color #2EE3AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EE3AF is #D11C50. Grayscale: #A6A6A6. Windows color (decimal): -13704273 or 11526958. OLE color: 11526958.

HSL color Cylindrical-coordinate representation of color #2EE3AF: hue angle of 162.76º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE3AF is Cyan = 0.80, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB46227175-
CMYK0.8000.230.11
HSL162.76º76.37%53.53%-
HSV(B)162.76º79.74%89.02%-
XYZ36.3358.6149.96-
YUV166.95132.5341.73-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 10.27%
GREEN value IS 227 (89.06% from 255) = 50.67%
BLUE value IS 175 (68.75% from 255) = 39.06%
R=10.27%
G=50.67%
B=39.06%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal462271750.8000.230.11162.7676.3753.53
Hex2EE3AF50017Ba34c36
Octal563432571200271324311466
Binary101110111000111010111110100000101111011101000111001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ee3af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,227,175); }

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

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

 a { background-color: rgb(46,227,175); }

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

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

 span { border-color: rgb(46,227,175); }

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