#40C16A

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

Shades of Medium Sea Green #40C16A

Tints of Medium Sea Green #40C16A

Color information

#40C16A (or 0x40C16A) is unknown color: approx Medium Sea Green. HEX triplet: 40, C1 and 6A. RGB value is (64,193,106). Sum of RGB (Red+Green+Blue) = 64+193+106=363 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.63% from 363); Green value is 193 (75.78% from 255 or 53.17% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 193 - color contains mainly: green. Hex color #40C16A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C16A is #BF3E95. Grayscale: #909090. Windows color (decimal): -12533398 or 6996288. OLE color: 6996288.

HSL color Cylindrical-coordinate representation of color #40C16A: hue angle of 139.53º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C16A is Cyan = 0.67, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB64193106-
CMYK0.6700.450.24
HSL139.53º50.99%50.39%-
HSV(B)139.53º66.84%75.69%-
XYZ23.7940.2720.16-
YUV144.51106.2670.57-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.63%
GREEN value IS 193 (75.78% from 255) = 53.17%
BLUE value IS 106 (41.80% from 255) = 29.20%
R=17.63%
G=53.17%
B=29.20%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal641931060.6700.450.24139.5350.9950.39
Hex40C16A4302D188c3332
Octal100301152103055302146362
Binary1000000110000011101010100001101011011100010001100110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40C16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,193,106); }

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

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

 a { background-color: rgb(64,193,106); }

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

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

 span { border-color: rgb(64,193,106); }

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