#2AA870

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

Shades of Medium Sea Green #2AA870

Tints of Medium Sea Green #2AA870

Color information

#2AA870 (or 0x2AA870) is unknown color: approx Medium Sea Green. HEX triplet: 2A, A8 and 70. RGB value is (42,168,112). Sum of RGB (Red+Green+Blue) = 42+168+112=322 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.04% from 322); Green value is 168 (66.02% from 255 or 52.17% from 322); Blue value is 112 (44.14% from 255 or 34.78% from 322); Max value from RGB is 168 - color contains mainly: green. Hex color #2AA870 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA870 is #D5578F. Grayscale: #7C7C7C. Windows color (decimal): -13981584 or 7383082. OLE color: 7383082.

HSL color Cylindrical-coordinate representation of color #2AA870: hue angle of 153.33º 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 #2AA870 is Cyan = 0.75, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB42168112-
CMYK0.7500.330.34
HSL153.33º60%41.18%-
HSV(B)153.33º75%65.88%-
XYZ17.8829.6720.11-
YUV123.94121.2669.55-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.04%
GREEN value IS 168 (66.02% from 255) = 52.17%
BLUE value IS 112 (44.14% from 255) = 34.78%
R=13.04%
G=52.17%
B=34.78%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal421681120.7500.330.34153.336041.18
Hex2AA8704B02122993c29
Octal52250160113041422317451
Binary1010101010100011100001001011010000110001010011001111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,168,112); }

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

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

 a { background-color: rgb(42,168,112); }

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

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

 span { border-color: rgb(42,168,112); }

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