Html Css Color HEX #2ED6AB Shamrock

📋 copy color: '#2ED6AB'

red 46 ◦ green 214 ◦ blue 171

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

Shades of Shamrock #2ED6AB

Tints of Shamrock #2ED6AB

RGB

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

 GREEN value IS 214 (83.98% from 255) = 49.65%

 BLUE value IS 171 (67.19% from 255) = 39.68%

R = 10.67%
G = 49.65%
B = 39.68%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#2ED6AB (or 0x2ED6AB) is known color: Shamrock. HEX triplet: 2E, D6 and AB. RGB value is (46,214,171). Sum of RGB (Red+Green+Blue) = 46+214+171=431 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.67% from 431); Green value is 214 (83.98% from 255 or 49.65% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 214 - color contains mainly: green. Hex color #2ED6AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ED6AB is #D12954. Grayscale: #9E9E9E. Windows color (decimal): -13707605 or 11261486. OLE color: 11261486.

HSL color Cylindrical-coordinate representation of color #2ED6AB: hue angle of 164.64º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ED6AB is Cyan = 0.79, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 46 214 171 -
CMYK 0.79 0 0.20 0.16
HSL 164.64º 0.67% 0.51% -
HSV(B) 164.64º 0.79% 0.84% -
XYZ 32.52 51.61 46.78 -
YUV 158.87 134.84 47.5 -
System Red Green Blue C M Y K H S L
Decimal 46 214 171 0.79 0 0.20 0.16 164.64 0.67 0.51
Hex 2E D6 AB 4F 0 14 10 A5 43 33
Octal 56 326 253 117 0 24 20 245 103 63
Binary 101110 11010110 10101011 1001111 0 10100 10000 10100101 1000011 110011

Color Harmonies of #2ED6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED6AB

Black with #2ED6AB

Text Example


Text Example

White with #2ED6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,214,171); }

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

background-color css

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

 a { background-color: rgb(46,214,171); }

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

border-color css

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

 span { border-color: rgb(46,214,171); }

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