#40C271

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

Shades of Medium Sea Green #40C271

Tints of Medium Sea Green #40C271

Color information

#40C271 (or 0x40C271) is unknown color: approx Medium Sea Green. HEX triplet: 40, C2 and 71. RGB value is (64,194,113). Sum of RGB (Red+Green+Blue) = 64+194+113=371 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.25% from 371); Green value is 194 (76.17% from 255 or 52.29% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 194 - color contains mainly: green. Hex color #40C271 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C271 is #BF3D8E. Grayscale: #929292. Windows color (decimal): -12533135 or 7455296. OLE color: 7455296.

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

Color convert

RGB64194113-
CMYK0.6700.420.24
HSL142.62º51.59%50.59%-
HSV(B)142.62º67.01%76.08%-
XYZ24.3940.8722.23-
YUV145.9109.4369.59-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.25%
GREEN value IS 194 (76.17% from 255) = 52.29%
BLUE value IS 113 (44.53% from 255) = 30.46%
R=17.25%
G=52.29%
B=30.46%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal641941130.6700.420.24142.6251.5950.59
Hex40C2714302A188f3433
Octal100302161103052302176463
Binary1000000110000101110001100001101010101100010001111110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40C271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,194,113); }

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

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

 a { background-color: rgb(64,194,113); }

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

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

 span { border-color: rgb(64,194,113); }

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