Html Css Color HEX #2EDEA6 Shamrock

📋 copy color: '#2EDEA6'

red 46 ◦ green 222 ◦ blue 166

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

Shades of Shamrock #2EDEA6

Tints of Shamrock #2EDEA6

RGB

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

 GREEN value IS 222 (87.11% from 255) = 51.15%

 BLUE value IS 166 (65.23% from 255) = 38.25%

R = 10.6%
G = 51.15%
B = 38.25%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#2EDEA6 (or 0x2EDEA6) is known color: Shamrock. HEX triplet: 2E, DE and A6. RGB value is (46,222,166). Sum of RGB (Red+Green+Blue) = 46+222+166=434 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.60% from 434); Green value is 222 (87.11% from 255 or 51.15% from 434); Blue value is 166 (65.23% from 255 or 38.25% from 434); Max value from RGB is 222 - color contains mainly: green. Hex color #2EDEA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EDEA6 is #D12159. Grayscale: #A3A3A3. Windows color (decimal): -13705562 or 10935854. OLE color: 10935854.

HSL color Cylindrical-coordinate representation of color #2EDEA6: hue angle of 160.91º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDEA6 is Cyan = 0.79, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB 46 222 166 -
CMYK 0.79 0 0.25 0.13
HSL 160.91º 0.73% 0.53% -
HSV(B) 160.91º 0.79% 0.87% -
XYZ 34.13 55.58 45 -
YUV 162.99 129.69 44.55 -
System Red Green Blue C M Y K H S L
Decimal 46 222 166 0.79 0 0.25 0.13 160.91 0.73 0.53
Hex 2E DE A6 4F 0 19 D A1 49 35
Octal 56 336 246 117 0 31 15 241 111 65
Binary 101110 11011110 10100110 1001111 0 11001 1101 10100001 1001001 110101

Color Harmonies of #2EDEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDEA6

Black with #2EDEA6

Text Example


Text Example

White with #2EDEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,222,166); }

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

background-color css

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

 a { background-color: rgb(46,222,166); }

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

border-color css

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

 span { border-color: rgb(46,222,166); }

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