#40AF6A

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

Shades of Medium Sea Green #40AF6A

Tints of Medium Sea Green #40AF6A

Color information

#40AF6A (or 0x40AF6A) is unknown color: approx Medium Sea Green. HEX triplet: 40, AF and 6A. RGB value is (64,175,106). Sum of RGB (Red+Green+Blue) = 64+175+106=345 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.55% from 345); Green value is 175 (68.75% from 255 or 50.72% from 345); Blue value is 106 (41.80% from 255 or 30.72% from 345); Max value from RGB is 175 - color contains mainly: green. Hex color #40AF6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40AF6A is #BF5095. Grayscale: #868686. Windows color (decimal): -12538006 or 6991680. OLE color: 6991680.

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

Color convert

RGB64175106-
CMYK0.6300.390.31
HSL142.7º46.44%46.86%-
HSV(B)142.7º63.43%68.63%-
XYZ20.0532.7918.91-
YUV133.94112.2378.11-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.55%
GREEN value IS 175 (68.75% from 255) = 50.72%
BLUE value IS 106 (41.80% from 255) = 30.72%
R=18.55%
G=50.72%
B=30.72%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal641751060.6300.390.31142.746.4446.86
Hex40AF6A3F0271F8f2e2f
Octal10025715277047372175657
Binary100000010101111110101011111101001111111110001111101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40AF6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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