#40BD80

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

Shades of Medium Sea Green #40BD80

Tints of Medium Sea Green #40BD80

Color information

#40BD80 (or 0x40BD80) is unknown color: approx Medium Sea Green. HEX triplet: 40, BD and 80. RGB value is (64,189,128). Sum of RGB (Red+Green+Blue) = 64+189+128=381 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.80% from 381); Green value is 189 (74.22% from 255 or 49.61% from 381); Blue value is 128 (50.39% from 255 or 33.60% from 381); Max value from RGB is 189 - color contains mainly: green. Hex color #40BD80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40BD80 is #BF427F. Grayscale: #909090. Windows color (decimal): -12534400 or 8437056. OLE color: 8437056.

HSL color Cylindrical-coordinate representation of color #40BD80: hue angle of 150.72º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BD80 is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB64189128-
CMYK0.6600.320.26
HSL150.72º49.41%49.61%-
HSV(B)150.72º66.14%74.12%-
XYZ24.2139.0426.68-
YUV144.67118.5970.46-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.80%
GREEN value IS 189 (74.22% from 255) = 49.61%
BLUE value IS 128 (50.39% from 255) = 33.60%
R=16.80%
G=49.61%
B=33.60%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal641891280.6600.320.26150.7249.4149.61
Hex40BD80420201A973132
Octal100275200102040322276162
Binary10000001011110110000000100001001000001101010010111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40BD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,189,128); }

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

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

 a { background-color: rgb(64,189,128); }

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

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

 span { border-color: rgb(64,189,128); }

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