#40C37A

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

Shades of Medium Sea Green #40C37A

Tints of Medium Sea Green #40C37A

Color information

#40C37A (or 0x40C37A) is unknown color: approx Medium Sea Green. HEX triplet: 40, C3 and 7A. RGB value is (64,195,122). Sum of RGB (Red+Green+Blue) = 64+195+122=381 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.80% from 381); Green value is 195 (76.56% from 255 or 51.18% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 195 - color contains mainly: green. Hex color #40C37A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C37A is #BF3C85. Grayscale: #939393. Windows color (decimal): -12532870 or 8045376. OLE color: 8045376.

HSL color Cylindrical-coordinate representation of color #40C37A: hue angle of 146.56º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C37A is Cyan = 0.67, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB64195122-
CMYK0.6700.370.24
HSL146.56º52.19%50.78%-
HSV(B)146.56º67.18%76.47%-
XYZ25.1441.5325.1-
YUV147.51113.668.44-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.80%
GREEN value IS 195 (76.56% from 255) = 51.18%
BLUE value IS 122 (48.05% from 255) = 32.02%
R=16.80%
G=51.18%
B=32.02%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal641951220.6700.370.24146.5652.1950.78
Hex40C37A4302518933433
Octal100303172103045302236463
Binary1000000110000111111010100001101001011100010010011110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40C37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,195,122); }

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

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

 a { background-color: rgb(64,195,122); }

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

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

 span { border-color: rgb(64,195,122); }

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