#40AC78

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

Shades of Medium Sea Green #40AC78

Tints of Medium Sea Green #40AC78

Color information

#40AC78 (or 0x40AC78) is unknown color: approx Medium Sea Green. HEX triplet: 40, AC and 78. RGB value is (64,172,120). Sum of RGB (Red+Green+Blue) = 64+172+120=356 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.98% from 356); Green value is 172 (67.58% from 255 or 48.31% from 356); Blue value is 120 (47.27% from 255 or 33.71% from 356); Max value from RGB is 172 - color contains mainly: green. Hex color #40AC78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40AC78 is #BF5387. Grayscale: #858585. Windows color (decimal): -12538760 or 7908416. OLE color: 7908416.

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

Color convert

RGB64172120-
CMYK0.6300.300.33
HSL151.11º45.76%46.27%-
HSV(B)151.11º62.79%67.45%-
XYZ20.2631.9522.87-
YUV133.78120.2278.23-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.98%
GREEN value IS 172 (67.58% from 255) = 48.31%
BLUE value IS 120 (47.27% from 255) = 33.71%
R=17.98%
G=48.31%
B=33.71%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal641721200.6300.300.33151.1145.7646.27
Hex40AC783F01E21972e2e
Octal10025417077036412275656
Binary100000010101100111100011111101111010000110010111101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40AC78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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