#40AE71

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

Shades of Medium Sea Green #40AE71

Tints of Medium Sea Green #40AE71

Color information

#40AE71 (or 0x40AE71) is unknown color: approx Medium Sea Green. HEX triplet: 40, AE and 71. RGB value is (64,174,113). Sum of RGB (Red+Green+Blue) = 64+174+113=351 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.23% from 351); Green value is 174 (68.36% from 255 or 49.57% from 351); Blue value is 113 (44.53% from 255 or 32.19% from 351); Max value from RGB is 174 - color contains mainly: green. Hex color #40AE71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40AE71 is #BF518E. Grayscale: #868686. Windows color (decimal): -12538255 or 7450176. OLE color: 7450176.

HSL color Cylindrical-coordinate representation of color #40AE71: hue angle of 146.73º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40AE71 is Cyan = 0.63, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.32.

Color convert

RGB64174113-
CMYK0.6300.350.32
HSL146.73º46.22%46.67%-
HSV(B)146.73º63.22%68.24%-
XYZ20.2332.5520.84-
YUV134.16116.0677.96-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.23%
GREEN value IS 174 (68.36% from 255) = 49.57%
BLUE value IS 113 (44.53% from 255) = 32.19%
R=18.23%
G=49.57%
B=32.19%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal641741130.6300.350.32146.7346.2246.67
Hex40AE713F02320932e2f
Octal10025616177043402235657
Binary1000000101011101110001111111010001110000010010011101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40AE71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,174,113); }

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

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

 a { background-color: rgb(64,174,113); }

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

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

 span { border-color: rgb(64,174,113); }

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