#40A774

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

Shades of Medium Sea Green #40A774

Tints of Medium Sea Green #40A774

Color information

#40A774 (or 0x40A774) is unknown color: approx Medium Sea Green. HEX triplet: 40, A7 and 74. RGB value is (64,167,116). Sum of RGB (Red+Green+Blue) = 64+167+116=347 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.44% from 347); Green value is 167 (65.62% from 255 or 48.13% from 347); Blue value is 116 (45.70% from 255 or 33.43% from 347); Max value from RGB is 167 - color contains mainly: green. Hex color #40A774 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40A774 is #BF588B. Grayscale: #828282. Windows color (decimal): -12540044 or 7644992. OLE color: 7644992.

HSL color Cylindrical-coordinate representation of color #40A774: hue angle of 150.29º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #40A774 is Cyan = 0.62, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB64167116-
CMYK0.6200.310.35
HSL150.29º44.59%45.29%-
HSV(B)150.29º61.68%65.49%-
XYZ19.0929.9921.31-
YUV130.39119.8880.65-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.44%
GREEN value IS 167 (65.62% from 255) = 48.13%
BLUE value IS 116 (45.70% from 255) = 33.43%
R=18.44%
G=48.13%
B=33.43%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal641671160.6200.310.35150.2944.5945.29
Hex40A7743E01F23962d2d
Octal10024716476037432265555
Binary100000010100111111010011111001111110001110010110101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,167,116); }

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

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

 a { background-color: rgb(64,167,116); }

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

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

 span { border-color: rgb(64,167,116); }

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