#40BC7C

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

Shades of Medium Sea Green #40BC7C

Tints of Medium Sea Green #40BC7C

Color information

#40BC7C (or 0x40BC7C) is unknown color: approx Medium Sea Green. HEX triplet: 40, BC and 7C. RGB value is (64,188,124). Sum of RGB (Red+Green+Blue) = 64+188+124=376 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.02% from 376); Green value is 188 (73.83% from 255 or 50% from 376); Blue value is 124 (48.83% from 255 or 32.98% from 376); Max value from RGB is 188 - color contains mainly: green. Hex color #40BC7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40BC7C is #BF4383. Grayscale: #8F8F8F. Windows color (decimal): -12534660 or 8174656. OLE color: 8174656.

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

Color convert

RGB64188124-
CMYK0.6600.340.26
HSL149.03º49.21%49.41%-
HSV(B)149.03º65.96%73.73%-
XYZ23.7438.5125.25-
YUV143.63116.9271.2-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.02%
GREEN value IS 188 (73.83% from 255) = 50%
BLUE value IS 124 (48.83% from 255) = 32.98%
R=17.02%
G=50%
B=32.98%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal641881240.6600.340.26149.0349.2149.41
Hex40BC7C420221A953131
Octal100274174102042322256161
Binary1000000101111001111100100001001000101101010010101110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40BC7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,188,124); }

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

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

 a { background-color: rgb(64,188,124); }

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

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

 span { border-color: rgb(64,188,124); }

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