#40AD7A

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

Shades of Medium Sea Green #40AD7A

Tints of Medium Sea Green #40AD7A

Color information

#40AD7A (or 0x40AD7A) is unknown color: approx Medium Sea Green. HEX triplet: 40, AD and 7A. RGB value is (64,173,122). Sum of RGB (Red+Green+Blue) = 64+173+122=359 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.83% from 359); Green value is 173 (67.97% from 255 or 48.19% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 173 - color contains mainly: green. Hex color #40AD7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40AD7A is #BF5285. Grayscale: #868686. Windows color (decimal): -12538502 or 8039744. OLE color: 8039744.

HSL color Cylindrical-coordinate representation of color #40AD7A: hue angle of 151.93º 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 #40AD7A is Cyan = 0.63, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB64173122-
CMYK0.6300.290.32
HSL151.93º45.99%46.47%-
HSV(B)151.93º63.01%67.84%-
XYZ20.5732.3823.58-
YUV134.59120.8977.65-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.83%
GREEN value IS 173 (67.97% from 255) = 48.19%
BLUE value IS 122 (48.05% from 255) = 33.98%
R=17.83%
G=48.19%
B=33.98%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal641731220.6300.290.32151.9345.9946.47
Hex40AD7A3F01D20982e2e
Octal10025517277035402305656
Binary100000010101101111101011111101110110000010011000101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40AD7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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