#40AD76

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

Shades of Medium Sea Green #40AD76

Tints of Medium Sea Green #40AD76

Color information

#40AD76 (or 0x40AD76) is unknown color: approx Medium Sea Green. HEX triplet: 40, AD and 76. RGB value is (64,173,118). Sum of RGB (Red+Green+Blue) = 64+173+118=355 (47% of max value = 765). Red value is 64 (25.39% from 255 or 18.03% from 355); Green value is 173 (67.97% from 255 or 48.73% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 173 - color contains mainly: green. Hex color #40AD76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40AD76 is #BF5289. Grayscale: #868686. Windows color (decimal): -12538506 or 7777600. OLE color: 7777600.

HSL color Cylindrical-coordinate representation of color #40AD76: hue angle of 149.72º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40AD76 is Cyan = 0.63, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB64173118-
CMYK0.6300.320.32
HSL149.72º45.99%46.47%-
HSV(B)149.72º63.01%67.84%-
XYZ20.3332.2922.3-
YUV134.14118.8977.97-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.03%
GREEN value IS 173 (67.97% from 255) = 48.73%
BLUE value IS 118 (46.48% from 255) = 33.24%
R=18.03%
G=48.73%
B=33.24%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal641731180.6300.320.32149.7245.9946.47
Hex40AD763F02020962e2e
Octal10025516677040402265656
Binary1000000101011011110110111111010000010000010010110101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40AD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,173,118); }

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

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

 a { background-color: rgb(64,173,118); }

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

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

 span { border-color: rgb(64,173,118); }

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