#2AC777

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

Shades of Medium Sea Green #2AC777

Tints of Medium Sea Green #2AC777

Color information

#2AC777 (or 0x2AC777) is unknown color: approx Medium Sea Green. HEX triplet: 2A, C7 and 77. RGB value is (42,199,119). Sum of RGB (Red+Green+Blue) = 42+199+119=360 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.67% from 360); Green value is 199 (78.12% from 255 or 55.28% from 360); Blue value is 119 (46.88% from 255 or 33.06% from 360); Max value from RGB is 199 - color contains mainly: green. Hex color #2AC777 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AC777 is #D53888. Grayscale: #8F8F8F. Windows color (decimal): -13973641 or 7849770. OLE color: 7849770.

HSL color Cylindrical-coordinate representation of color #2AC777: hue angle of 149.43º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2AC777 is Cyan = 0.79, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB42199119-
CMYK0.7900.400.22
HSL149.43º65.15%47.25%-
HSV(B)149.43º78.89%78.04%-
XYZ24.7142.6724.39-
YUV142.94114.4956-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.67%
GREEN value IS 199 (78.12% from 255) = 55.28%
BLUE value IS 119 (46.88% from 255) = 33.06%
R=11.67%
G=55.28%
B=33.06%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal421991190.7900.400.22149.4365.1547.25
Hex2AC7774F0281695412f
Octal523071671170502622510157
Binary1010101100011111101111001111010100010110100101011000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AC777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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