#40BE70

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

Shades of Medium Sea Green #40BE70

Tints of Medium Sea Green #40BE70

Color information

#40BE70 (or 0x40BE70) is unknown color: approx Medium Sea Green. HEX triplet: 40, BE and 70. RGB value is (64,190,112). Sum of RGB (Red+Green+Blue) = 64+190+112=366 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.49% from 366); Green value is 190 (74.61% from 255 or 51.91% from 366); Blue value is 112 (44.14% from 255 or 30.60% from 366); Max value from RGB is 190 - color contains mainly: green. Hex color #40BE70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40BE70 is #BF418F. Grayscale: #8F8F8F. Windows color (decimal): -12534160 or 7388736. OLE color: 7388736.

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

Color convert

RGB64190112-
CMYK0.6600.410.25
HSL142.86º49.61%49.8%-
HSV(B)142.86º66.32%74.51%-
XYZ23.4539.0921.64-
YUV143.43110.2671.34-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.49%
GREEN value IS 190 (74.61% from 255) = 51.91%
BLUE value IS 112 (44.14% from 255) = 30.60%
R=17.49%
G=51.91%
B=30.60%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal641901120.6600.410.25142.8649.6149.8
Hex40BE7042029198f3232
Octal100276160102051312176262
Binary1000000101111101110000100001001010011100110001111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40BE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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