#40AF6F

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

Shades of Medium Sea Green #40AF6F

Tints of Medium Sea Green #40AF6F

Color information

#40AF6F (or 0x40AF6F) is unknown color: approx Medium Sea Green. HEX triplet: 40, AF and 6F. RGB value is (64,175,111). Sum of RGB (Red+Green+Blue) = 64+175+111=350 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.29% from 350); Green value is 175 (68.75% from 255 or 50% from 350); Blue value is 111 (43.75% from 255 or 31.71% from 350); Max value from RGB is 175 - color contains mainly: green. Hex color #40AF6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40AF6F is #BF5090. Grayscale: #868686. Windows color (decimal): -12538001 or 7319360. OLE color: 7319360.

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

Color convert

RGB64175111-
CMYK0.6300.370.31
HSL145.41º46.44%46.86%-
HSV(B)145.41º63.43%68.63%-
XYZ20.3132.920.32-
YUV134.51114.7377.7-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.29%
GREEN value IS 175 (68.75% from 255) = 50%
BLUE value IS 111 (43.75% from 255) = 31.71%
R=18.29%
G=50%
B=31.71%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal641751110.6300.370.31145.4146.4446.86
Hex40AF6F3F0251F912e2f
Octal10025715777045372215657
Binary100000010101111110111111111101001011111110010001101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40AF6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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