#2AAA71

Color #2AAA71 Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #2AAA71

Tints of Medium Sea Green #2AAA71

Color information

#2AAA71 (or 0x2AAA71) is unknown color: approx Medium Sea Green. HEX triplet: 2A, AA and 71. RGB value is (42,170,113). Sum of RGB (Red+Green+Blue) = 42+170+113=325 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.92% from 325); Green value is 170 (66.80% from 255 or 52.31% from 325); Blue value is 113 (44.53% from 255 or 34.77% from 325); Max value from RGB is 170 - color contains mainly: green. Hex color #2AAA71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AAA71 is #D5558E. Grayscale: #7D7D7D. Windows color (decimal): -13981071 or 7449130. OLE color: 7449130.

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

Color convert

RGB42170113-
CMYK0.7500.340.33
HSL153.28º60.38%41.57%-
HSV(B)153.28º75.29%66.67%-
XYZ18.3130.4320.53-
YUV125.23121.0968.63-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.92%
GREEN value IS 170 (66.80% from 255) = 52.31%
BLUE value IS 113 (44.53% from 255) = 34.77%
R=12.92%
G=52.31%
B=34.77%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal421701130.7500.340.33153.2860.3841.57
Hex2AAA714B02221993c2a
Octal52252161113042412317452
Binary1010101010101011100011001011010001010000110011001111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,170,113); }

 H1.HeaderClassName
 {
   color: #2AAA71;
 }
 .AnyTagClassName
 {
   color: #2AAA71;
 }
</style>
background-color css

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

 a { background-color: rgb(42,170,113); }

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

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

 span { border-color: rgb(42,170,113); }

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