Html Css Color HEX #2AA76E Medium Sea Green

📋 copy color: '#2AA76E'

red 42 ◦ green 167 ◦ blue 110

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

Shades of Medium Sea Green #2AA76E

Tints of Medium Sea Green #2AA76E

RGB

 RED value IS 42 (16.8% from 255) = 13.17%

 GREEN value IS 167 (65.63% from 255) = 52.35%

 BLUE value IS 110 (43.36% from 255) = 34.48%

R = 13.17%
G = 52.35%
B = 34.48%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#2AA76E (or 0x2AA76E) is known color: Medium Sea Green. HEX triplet: 2A, A7 and 6E. RGB value is (42,167,110). Sum of RGB (Red+Green+Blue) = 42+167+110=319 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.17% from 319); Green value is 167 (65.62% from 255 or 52.35% from 319); Blue value is 110 (43.36% from 255 or 34.48% from 319); Max value from RGB is 167 - color contains mainly: green. Hex color #2AA76E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA76E is #D55891. Grayscale: #7B7B7B. Windows color (decimal): -13981842 or 7251754. OLE color: 7251754.

HSL color Cylindrical-coordinate representation of color #2AA76E: hue angle of 152.64º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AA76E is Cyan = 0.75, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB 42 167 110 -
CMYK 0.75 0 0.34 0.35
HSL 152.64º 0.6% 0.41% -
HSV(B) 152.64º 0.75% 0.65% -
XYZ 17.59 29.26 19.47 -
YUV 123.13 120.59 70.13 -
System Red Green Blue C M Y K H S L
Decimal 42 167 110 0.75 0 0.34 0.35 152.64 0.6 0.41
Hex 2A A7 6E 4B 0 22 23 99 3C 29
Octal 52 247 156 113 0 42 43 231 74 51
Binary 101010 10100111 1101110 1001011 0 100010 100011 10011001 111100 101001

Color Harmonies of #2AA76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AA76E

Black with #2AA76E

Text Example


Text Example

White with #2AA76E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,167,110); }

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

background-color css

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

 a { background-color: rgb(42,167,110); }

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

border-color css

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

 span { border-color: rgb(42,167,110); }

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