#40AC72

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

Shades of Medium Sea Green #40AC72

Tints of Medium Sea Green #40AC72

Color information

#40AC72 (or 0x40AC72) is unknown color: approx Medium Sea Green. HEX triplet: 40, AC and 72. RGB value is (64,172,114). Sum of RGB (Red+Green+Blue) = 64+172+114=350 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.29% from 350); Green value is 172 (67.58% from 255 or 49.14% from 350); Blue value is 114 (44.92% from 255 or 32.57% from 350); Max value from RGB is 172 - color contains mainly: green. Hex color #40AC72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40AC72 is #BF538D. Grayscale: #858585. Windows color (decimal): -12538766 or 7515200. OLE color: 7515200.

HSL color Cylindrical-coordinate representation of color #40AC72: hue angle of 147.78º 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 #40AC72 is Cyan = 0.63, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB64172114-
CMYK0.6300.340.33
HSL147.78º45.76%46.27%-
HSV(B)147.78º62.79%67.45%-
XYZ19.931.8121.01-
YUV133.1117.2278.72-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.29%
GREEN value IS 172 (67.58% from 255) = 49.14%
BLUE value IS 114 (44.92% from 255) = 32.57%
R=18.29%
G=49.14%
B=32.57%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal641721140.6300.340.33147.7845.7646.27
Hex40AC723F02221942e2e
Octal10025416277042412245656
Binary1000000101011001110010111111010001010000110010100101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40AC72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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