#40AF80

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

Shades of Medium Sea Green #40AF80

Tints of Medium Sea Green #40AF80

Color information

#40AF80 (or 0x40AF80) is unknown color: approx Medium Sea Green. HEX triplet: 40, AF and 80. RGB value is (64,175,128). Sum of RGB (Red+Green+Blue) = 64+175+128=367 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.44% from 367); Green value is 175 (68.75% from 255 or 47.68% from 367); Blue value is 128 (50.39% from 255 or 34.88% from 367); Max value from RGB is 175 - color contains mainly: green. Hex color #40AF80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40AF80 is #BF507F. Grayscale: #888888. Windows color (decimal): -12537984 or 8433472. OLE color: 8433472.

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

Color convert

RGB64175128-
CMYK0.6300.270.31
HSL154.59º46.44%46.86%-
HSV(B)154.59º63.43%68.63%-
XYZ21.3433.3125.73-
YUV136.45123.2376.32-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.44%
GREEN value IS 175 (68.75% from 255) = 47.68%
BLUE value IS 128 (50.39% from 255) = 34.88%
R=17.44%
G=47.68%
B=34.88%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal641751280.6300.270.31154.5946.4446.86
Hex40AF803F01B1F9b2e2f
Octal10025720077033372335657
Binary100000010101111100000001111110110111111110011011101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40AF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,175,128); }

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

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

 a { background-color: rgb(64,175,128); }

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

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

 span { border-color: rgb(64,175,128); }

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