#2ACC7C

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

Shades of Medium Sea Green #2ACC7C

Tints of Medium Sea Green #2ACC7C

Color information

#2ACC7C (or 0x2ACC7C) is unknown color: approx Medium Sea Green. HEX triplet: 2A, CC and 7C. RGB value is (42,204,124). Sum of RGB (Red+Green+Blue) = 42+204+124=370 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.35% from 370); Green value is 204 (80.08% from 255 or 55.14% from 370); Blue value is 124 (48.83% from 255 or 33.51% from 370); Max value from RGB is 204 - color contains mainly: green. Hex color #2ACC7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ACC7C is #D53383. Grayscale: #929292. Windows color (decimal): -13972356 or 8178730. OLE color: 8178730.

HSL color Cylindrical-coordinate representation of color #2ACC7C: hue angle of 150.37º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ACC7C is Cyan = 0.79, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.2.

Color convert

RGB42204124-
CMYK0.7900.390.2
HSL150.37º65.85%48.24%-
HSV(B)150.37º79.41%80%-
XYZ26.1945.1326.4-
YUV146.44115.3353.5-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.35%
GREEN value IS 204 (80.08% from 255) = 55.14%
BLUE value IS 124 (48.83% from 255) = 33.51%
R=11.35%
G=55.14%
B=33.51%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal422041240.7900.390.2150.3765.8548.24
Hex2ACC7C4F02714964230
Octal523141741170472422610260
Binary1010101100110011111001001111010011110100100101101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ACC7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,204,124); }

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

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

 a { background-color: rgb(42,204,124); }

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

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

 span { border-color: rgb(42,204,124); }

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