Html Css Color HEX #2EAA68 Medium Sea Green

📋 copy color: '#2EAA68'

red 46 ◦ green 170 ◦ blue 104

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

Shades of Medium Sea Green #2EAA68

Tints of Medium Sea Green #2EAA68

RGB

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

 GREEN value IS 170 (66.8% from 255) = 53.13%

 BLUE value IS 104 (41.02% from 255) = 32.5%

R = 14.38%
G = 53.13%
B = 32.5%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#2EAA68 (or 0x2EAA68) is known color: Medium Sea Green. HEX triplet: 2E, AA and 68. RGB value is (46,170,104). Sum of RGB (Red+Green+Blue) = 46+170+104=320 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.38% from 320); Green value is 170 (66.80% from 255 or 53.12% from 320); Blue value is 104 (41.02% from 255 or 32.5% from 320); Max value from RGB is 170 - color contains mainly: green. Hex color #2EAA68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EAA68 is #D15597. Grayscale: #7D7D7D. Windows color (decimal): -13718936 or 6859310. OLE color: 6859310.

HSL color Cylindrical-coordinate representation of color #2EAA68: hue angle of 148.06º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2EAA68 is Cyan = 0.73, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB 46 170 104 -
CMYK 0.73 0 0.39 0.33
HSL 148.06º 0.57% 0.42% -
HSV(B) 148.06º 0.73% 0.67% -
XYZ 18 30.33 18 -
YUV 125.4 115.92 71.37 -
System Red Green Blue C M Y K H S L
Decimal 46 170 104 0.73 0 0.39 0.33 148.06 0.57 0.42
Hex 2E AA 68 49 0 27 21 94 39 2A
Octal 56 252 150 111 0 47 41 224 71 52
Binary 101110 10101010 1101000 1001001 0 100111 100001 10010100 111001 101010

Color Harmonies of #2EAA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EAA68

Black with #2EAA68

Text Example


Text Example

White with #2EAA68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,170,104); }

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

background-color css

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

 a { background-color: rgb(46,170,104); }

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

border-color css

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

 span { border-color: rgb(46,170,104); }

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