#2AB66E

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

Shades of Medium Sea Green #2AB66E

Tints of Medium Sea Green #2AB66E

Color information

#2AB66E (or 0x2AB66E) is unknown color: approx Medium Sea Green. HEX triplet: 2A, B6 and 6E. RGB value is (42,182,110). Sum of RGB (Red+Green+Blue) = 42+182+110=334 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.57% from 334); Green value is 182 (71.48% from 255 or 54.49% from 334); Blue value is 110 (43.36% from 255 or 32.93% from 334); Max value from RGB is 182 - color contains mainly: green. Hex color #2AB66E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AB66E is #D54991. Grayscale: #848484. Windows color (decimal): -13978002 or 7255594. OLE color: 7255594.

HSL color Cylindrical-coordinate representation of color #2AB66E: hue angle of 149.14º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB66E is Cyan = 0.77, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB42182110-
CMYK0.7700.400.29
HSL149.14º62.5%43.92%-
HSV(B)149.14º76.92%71.37%-
XYZ20.535.0720.44-
YUV131.93115.6263.85-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.57%
GREEN value IS 182 (71.48% from 255) = 54.49%
BLUE value IS 110 (43.36% from 255) = 32.93%
R=12.57%
G=54.49%
B=32.93%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal421821100.7700.400.29149.1462.543.92
Hex2AB66E4D0281D953e2c
Octal52266156115050352257654
Binary101010101101101101110100110101010001110110010101111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AB66E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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