#2AAA6F

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

Shades of Medium Sea Green #2AAA6F

Tints of Medium Sea Green #2AAA6F

Color information

#2AAA6F (or 0x2AAA6F) is unknown color: approx Medium Sea Green. HEX triplet: 2A, AA and 6F. RGB value is (42,170,111). Sum of RGB (Red+Green+Blue) = 42+170+111=323 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.00% from 323); Green value is 170 (66.80% from 255 or 52.63% from 323); Blue value is 111 (43.75% from 255 or 34.37% from 323); Max value from RGB is 170 - color contains mainly: green. Hex color #2AAA6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AAA6F is #D55590. Grayscale: #7D7D7D. Windows color (decimal): -13981073 or 7318058. OLE color: 7318058.

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

Color convert

RGB42170111-
CMYK0.7500.350.33
HSL152.34º60.38%41.57%-
HSV(B)152.34º75.29%66.67%-
XYZ18.230.3919.95-
YUV125120.0968.8-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.00%
GREEN value IS 170 (66.80% from 255) = 52.63%
BLUE value IS 111 (43.75% from 255) = 34.37%
R=13.00%
G=52.63%
B=34.37%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal421701110.7500.350.33152.3460.3841.57
Hex2AAA6F4B02321983c2a
Octal52252157113043412307452
Binary1010101010101011011111001011010001110000110011000111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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