#40BA6C

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

Shades of Medium Sea Green #40BA6C

Tints of Medium Sea Green #40BA6C

Color information

#40BA6C (or 0x40BA6C) is unknown color: approx Medium Sea Green. HEX triplet: 40, BA and 6C. RGB value is (64,186,108). Sum of RGB (Red+Green+Blue) = 64+186+108=358 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.88% from 358); Green value is 186 (73.05% from 255 or 51.96% from 358); Blue value is 108 (42.58% from 255 or 30.17% from 358); Max value from RGB is 186 - color contains mainly: green. Hex color #40BA6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40BA6C is #BF4593. Grayscale: #8C8C8C. Windows color (decimal): -12535188 or 7125568. OLE color: 7125568.

HSL color Cylindrical-coordinate representation of color #40BA6C: hue angle of 141.64º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BA6C is Cyan = 0.66, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB64186108-
CMYK0.6600.420.27
HSL141.64º48.8%49.02%-
HSV(B)141.64º65.59%72.94%-
XYZ22.3837.2920.21-
YUV140.63109.5873.34-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.88%
GREEN value IS 186 (73.05% from 255) = 51.96%
BLUE value IS 108 (42.58% from 255) = 30.17%
R=17.88%
G=51.96%
B=30.17%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal641861080.6600.420.27141.6448.849.02
Hex40BA6C4202A1B8e3131
Octal100272154102052332166161
Binary1000000101110101101100100001001010101101110001110110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40BA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,186,108); }

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

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

 a { background-color: rgb(64,186,108); }

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

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

 span { border-color: rgb(64,186,108); }

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