#2ac377

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

Shades of Medium Sea Green #2AC377

Tints of Medium Sea Green #2AC377

Color information

#2AC377 (or 0x2AC377) is unknown color: approx Medium Sea Green. HEX triplet: 2A, C3 and 77. RGB value is (42,195,119). Sum of RGB (Red+Green+Blue) = 42+195+119=356 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.80% from 356); Green value is 195 (76.56% from 255 or 54.78% from 356); Blue value is 119 (46.88% from 255 or 33.43% from 356); Max value from RGB is 195 - color contains mainly: green. Hex color #2AC377 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AC377 is #D53C88. Grayscale: #8C8C8C. Windows color (decimal): -13974665 or 7848746. OLE color: 7848746.

HSL color Cylindrical-coordinate representation of color #2AC377: hue angle of 150.2º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2AC377 is Cyan = 0.78, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB42195119-
CMYK0.7800.390.24
HSL150.2º64.56%46.47%-
HSV(B)150.2º78.46%76.47%-
XYZ23.840.8524.08-
YUV140.59115.8157.68-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.80%
GREEN value IS 195 (76.56% from 255) = 54.78%
BLUE value IS 119 (46.88% from 255) = 33.43%
R=11.80%
G=54.78%
B=33.43%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal421951190.7800.390.24150.264.5646.47
Hex2AC3774E0271896412e
Octal523031671160473022610156
Binary1010101100001111101111001110010011111000100101101000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ac377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,195,119); }

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

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

 a { background-color: rgb(42,195,119); }

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

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

 span { border-color: rgb(42,195,119); }

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