#40BE75

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

Shades of Medium Sea Green #40BE75

Tints of Medium Sea Green #40BE75

Color information

#40BE75 (or 0x40BE75) is unknown color: approx Medium Sea Green. HEX triplet: 40, BE and 75. RGB value is (64,190,117). Sum of RGB (Red+Green+Blue) = 64+190+117=371 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.25% from 371); Green value is 190 (74.61% from 255 or 51.21% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 190 - color contains mainly: green. Hex color #40BE75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40BE75 is #BF418A. Grayscale: #909090. Windows color (decimal): -12534155 or 7716416. OLE color: 7716416.

HSL color Cylindrical-coordinate representation of color #40BE75: hue angle of 145.24º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BE75 is Cyan = 0.66, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB64190117-
CMYK0.6600.380.25
HSL145.24º49.61%49.8%-
HSV(B)145.24º66.32%74.51%-
XYZ23.7439.223.15-
YUV144112.7670.94-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.25%
GREEN value IS 190 (74.61% from 255) = 51.21%
BLUE value IS 117 (46.09% from 255) = 31.54%
R=17.25%
G=51.21%
B=31.54%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal641901170.6600.380.25145.2449.6149.8
Hex40BE754202619913232
Octal100276165102046312216262
Binary1000000101111101110101100001001001101100110010001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40BE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,190,117); }

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

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

 a { background-color: rgb(64,190,117); }

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

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

 span { border-color: rgb(64,190,117); }

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