#40BE72

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

Shades of Medium Sea Green #40BE72

Tints of Medium Sea Green #40BE72

Color information

#40BE72 (or 0x40BE72) is unknown color: approx Medium Sea Green. HEX triplet: 40, BE and 72. RGB value is (64,190,114). Sum of RGB (Red+Green+Blue) = 64+190+114=368 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.39% from 368); Green value is 190 (74.61% from 255 or 51.63% from 368); Blue value is 114 (44.92% from 255 or 30.98% from 368); Max value from RGB is 190 - color contains mainly: green. Hex color #40BE72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40BE72 is #BF418D. Grayscale: #8F8F8F. Windows color (decimal): -12534158 or 7519808. OLE color: 7519808.

HSL color Cylindrical-coordinate representation of color #40BE72: hue angle of 143.81º 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 #40BE72 is Cyan = 0.66, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB64190114-
CMYK0.6600.400.25
HSL143.81º49.61%49.8%-
HSV(B)143.81º66.32%74.51%-
XYZ23.5739.1322.23-
YUV143.66111.2671.18-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.39%
GREEN value IS 190 (74.61% from 255) = 51.63%
BLUE value IS 114 (44.92% from 255) = 30.98%
R=17.39%
G=51.63%
B=30.98%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal641901140.6600.400.25143.8149.6149.8
Hex40BE724202819903232
Octal100276162102050312206262
Binary1000000101111101110010100001001010001100110010000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40BE72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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