#40B97A

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

Shades of Medium Sea Green #40B97A

Tints of Medium Sea Green #40B97A

Color information

#40B97A (or 0x40B97A) is unknown color: approx Medium Sea Green. HEX triplet: 40, B9 and 7A. RGB value is (64,185,122). Sum of RGB (Red+Green+Blue) = 64+185+122=371 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.25% from 371); Green value is 185 (72.66% from 255 or 49.87% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 185 - color contains mainly: green. Hex color #40B97A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40B97A is #BF4685. Grayscale: #8D8D8D. Windows color (decimal): -12535430 or 8042816. OLE color: 8042816.

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

Color convert

RGB64185122-
CMYK0.6500.340.27
HSL148.76º48.59%48.82%-
HSV(B)148.76º65.41%72.55%-
XYZ22.9837.1924.38-
YUV141.64116.9172.62-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.25%
GREEN value IS 185 (72.66% from 255) = 49.87%
BLUE value IS 122 (48.05% from 255) = 32.88%
R=17.25%
G=49.87%
B=32.88%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal641851220.6500.340.27148.7648.5948.82
Hex40B97A410221B953131
Octal100271172101042332256161
Binary1000000101110011111010100000101000101101110010101110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40B97A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,185,122); }

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

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

 a { background-color: rgb(64,185,122); }

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

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

 span { border-color: rgb(64,185,122); }

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