#40C374

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

Shades of Medium Sea Green #40C374

Tints of Medium Sea Green #40C374

Color information

#40C374 (or 0x40C374) is unknown color: approx Medium Sea Green. HEX triplet: 40, C3 and 74. RGB value is (64,195,116). Sum of RGB (Red+Green+Blue) = 64+195+116=375 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.07% from 375); Green value is 195 (76.56% from 255 or 52% from 375); Blue value is 116 (45.70% from 255 or 30.93% from 375); Max value from RGB is 195 - color contains mainly: green. Hex color #40C374 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C374 is #BF3C8B. Grayscale: #939393. Windows color (decimal): -12532876 or 7652160. OLE color: 7652160.

HSL color Cylindrical-coordinate representation of color #40C374: hue angle of 143.82º 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 #40C374 is Cyan = 0.67, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB64195116-
CMYK0.6700.410.24
HSL143.82º52.19%50.78%-
HSV(B)143.82º67.18%76.47%-
XYZ24.7841.3823.2-
YUV146.82110.668.92-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.07%
GREEN value IS 195 (76.56% from 255) = 52%
BLUE value IS 116 (45.70% from 255) = 30.93%
R=17.07%
G=52%
B=30.93%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal641951160.6700.410.24143.8252.1950.78
Hex40C3744302918903433
Octal100303164103051302206463
Binary1000000110000111110100100001101010011100010010000110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40C374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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