Html Css Color HEX #2EDBA5 Shamrock

📋 copy color: '#2EDBA5'

red 46 ◦ green 219 ◦ blue 165

#2EDBA5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shamrock #2EDBA5

Tints of Shamrock #2EDBA5

RGB

 RED value IS 46 (18.36% from 255) = 10.7%

 GREEN value IS 219 (85.94% from 255) = 50.93%

 BLUE value IS 165 (64.84% from 255) = 38.37%

R = 10.7%
G = 50.93%
B = 38.37%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#2EDBA5 (or 0x2EDBA5) is known color: Shamrock. HEX triplet: 2E, DB and A5. RGB value is (46,219,165). Sum of RGB (Red+Green+Blue) = 46+219+165=430 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.70% from 430); Green value is 219 (85.94% from 255 or 50.93% from 430); Blue value is 165 (64.84% from 255 or 38.37% from 430); Max value from RGB is 219 - color contains mainly: green. Hex color #2EDBA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EDBA5 is #D1245A. Grayscale: #A1A1A1. Windows color (decimal): -13706331 or 10869550. OLE color: 10869550.

HSL color Cylindrical-coordinate representation of color #2EDBA5: hue angle of 161.27º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDBA5 is Cyan = 0.79, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 46 219 165 -
CMYK 0.79 0 0.25 0.14
HSL 161.27º 0.71% 0.52% -
HSV(B) 161.27º 0.79% 0.86% -
XYZ 33.25 53.96 44.26 -
YUV 161.12 130.19 45.89 -
System Red Green Blue C M Y K H S L
Decimal 46 219 165 0.79 0 0.25 0.14 161.27 0.71 0.52
Hex 2E DB A5 4F 0 19 E A1 47 34
Octal 56 333 245 117 0 31 16 241 107 64
Binary 101110 11011011 10100101 1001111 0 11001 1110 10100001 1000111 110100

Color Harmonies of #2EDBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDBA5

Black with #2EDBA5

Text Example


Text Example

White with #2EDBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,219,165); }

 H1.HeaderClassName
 {
   color: #2EDBA5;
 }
 .AnyTagClassName
 {
   color: #2EDBA5;
 }
</style>

background-color css

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

 a { background-color: rgb(46,219,165); }

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

border-color css

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

 span { border-color: rgb(46,219,165); }

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