#40AC7A

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

Shades of Medium Sea Green #40AC7A

Tints of Medium Sea Green #40AC7A

Color information

#40AC7A (or 0x40AC7A) is unknown color: approx Medium Sea Green. HEX triplet: 40, AC and 7A. RGB value is (64,172,122). Sum of RGB (Red+Green+Blue) = 64+172+122=358 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.88% from 358); Green value is 172 (67.58% from 255 or 48.04% from 358); Blue value is 122 (48.05% from 255 or 34.08% from 358); Max value from RGB is 172 - color contains mainly: green. Hex color #40AC7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40AC7A is #BF5385. Grayscale: #868686. Windows color (decimal): -12538758 or 8039488. OLE color: 8039488.

HSL color Cylindrical-coordinate representation of color #40AC7A: hue angle of 152.22º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40AC7A is Cyan = 0.63, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB64172122-
CMYK0.6300.290.33
HSL152.22º45.76%46.27%-
HSV(B)152.22º62.79%67.45%-
XYZ20.383223.51-
YUV134.01121.2278.07-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.88%
GREEN value IS 172 (67.58% from 255) = 48.04%
BLUE value IS 122 (48.05% from 255) = 34.08%
R=17.88%
G=48.04%
B=34.08%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal641721220.6300.290.33152.2245.7646.27
Hex40AC7A3F01D21982e2e
Octal10025417277035412305656
Binary100000010101100111101011111101110110000110011000101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40AC7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40AC7A; }

 p { color: rgb(64,172,122); }

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

<style>
 a { background-color: #40AC7A; }

 a { background-color: rgb(64,172,122); }

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

<style>
 span { border-color: #40AC7A; }

 span { border-color: rgb(64,172,122); }

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