Html Css Color HEX #2EC7AD Shamrock

📋 copy color: '#2EC7AD'

red 46 ◦ green 199 ◦ blue 173

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

Shades of Shamrock #2EC7AD

Tints of Shamrock #2EC7AD

RGB

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

 GREEN value IS 199 (78.13% from 255) = 47.61%

 BLUE value IS 173 (67.97% from 255) = 41.39%

R = 11%
G = 47.61%
B = 41.39%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#2EC7AD (or 0x2EC7AD) is known color: Shamrock. HEX triplet: 2E, C7 and AD. RGB value is (46,199,173). Sum of RGB (Red+Green+Blue) = 46+199+173=418 (55% of max value = 765). Red value is 46 (18.36% from 255 or 11.00% from 418); Green value is 199 (78.12% from 255 or 47.61% from 418); Blue value is 173 (67.97% from 255 or 41.39% from 418); Max value from RGB is 199 - color contains mainly: green. Hex color #2EC7AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC7AD is #D13852. Grayscale: #969696. Windows color (decimal): -13711443 or 11388718. OLE color: 11388718.

HSL color Cylindrical-coordinate representation of color #2EC7AD: hue angle of 169.8º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EC7AD is Cyan = 0.77, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB 46 199 173 -
CMYK 0.77 0 0.13 0.22
HSL 169.8º 0.62% 0.48% -
HSV(B) 169.8º 0.77% 0.78% -
XYZ 29.09 44.44 46.58 -
YUV 150.29 140.81 53.61 -
System Red Green Blue C M Y K H S L
Decimal 46 199 173 0.77 0 0.13 0.22 169.8 0.62 0.48
Hex 2E C7 AD 4D 0 D 16 AA 3E 30
Octal 56 307 255 115 0 15 26 252 76 60
Binary 101110 11000111 10101101 1001101 0 1101 10110 10101010 111110 110000

Color Harmonies of #2EC7AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC7AD

Black with #2EC7AD

Text Example


Text Example

White with #2EC7AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,199,173); }

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

background-color css

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

 a { background-color: rgb(46,199,173); }

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

border-color css

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

 span { border-color: rgb(46,199,173); }

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