Html Css Color HEX #40BD80 Medium Sea Green

📋 copy color: '#40BD80'

red 64 ◦ green 189 ◦ blue 128

#40BD80
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Sea Green #40BD80

Tints of Medium Sea Green #40BD80

RGB

 RED value IS 64 (25.39% from 255) = 16.8%

 GREEN value IS 189 (74.22% from 255) = 49.61%

 BLUE value IS 128 (50.39% from 255) = 33.6%

R = 16.8%
G = 49.61%
B = 33.6%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#40BD80 (or 0x40BD80) is known color: 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

RGB 64 189 128 -
CMYK 0.66 0 0.32 0.26
HSL 150.72º 0.49% 0.5% -
HSV(B) 150.72º 0.66% 0.74% -
XYZ 24.21 39.04 26.68 -
YUV 144.67 118.59 70.46 -
System Red Green Blue C M Y K H S L
Decimal 64 189 128 0.66 0 0.32 0.26 150.72 0.49 0.5
Hex 40 BD 80 42 0 20 1A 97 31 32
Octal 100 275 200 102 0 40 32 227 61 62
Binary 1000000 10111101 10000000 1000010 0 100000 11010 10010111 110001 110010

Color Harmonies of #40BD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BD80

Black with #40BD80

Text Example


Text Example

White with #40BD80

Text Example


Text Example

HTML Codes & Css Web 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>