#2AA96F

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

Shades of Medium Sea Green #2AA96F

Tints of Medium Sea Green #2AA96F

Color information

#2AA96F (or 0x2AA96F) is unknown color: approx Medium Sea Green. HEX triplet: 2A, A9 and 6F. RGB value is (42,169,111). Sum of RGB (Red+Green+Blue) = 42+169+111=322 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.04% from 322); Green value is 169 (66.41% from 255 or 52.48% from 322); Blue value is 111 (43.75% from 255 or 34.47% from 322); Max value from RGB is 169 - color contains mainly: green. Hex color #2AA96F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA96F is #D55690. Grayscale: #7C7C7C. Windows color (decimal): -13981329 or 7317802. OLE color: 7317802.

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

Color convert

RGB42169111-
CMYK0.7500.340.34
HSL152.6º60.19%41.37%-
HSV(B)152.6º75.15%66.27%-
XYZ18.0130.0219.88-
YUV124.42120.4269.22-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.04%
GREEN value IS 169 (66.41% from 255) = 52.48%
BLUE value IS 111 (43.75% from 255) = 34.47%
R=13.04%
G=52.48%
B=34.47%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal421691110.7500.340.34152.660.1941.37
Hex2AA96F4B02222993c29
Octal52251157113042422317451
Binary1010101010100111011111001011010001010001010011001111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA96F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,169,111); }

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

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

 a { background-color: rgb(42,169,111); }

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

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

 span { border-color: rgb(42,169,111); }

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