#40AF69

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

Shades of Medium Sea Green #40AF69

Tints of Medium Sea Green #40AF69

Color information

#40AF69 (or 0x40AF69) is unknown color: approx Medium Sea Green. HEX triplet: 40, AF and 69. RGB value is (64,175,105). Sum of RGB (Red+Green+Blue) = 64+175+105=344 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.60% from 344); Green value is 175 (68.75% from 255 or 50.87% from 344); Blue value is 105 (41.41% from 255 or 30.52% from 344); Max value from RGB is 175 - color contains mainly: green. Hex color #40AF69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40AF69 is #BF5096. Grayscale: #868686. Windows color (decimal): -12538007 or 6926144. OLE color: 6926144.

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

Color convert

RGB64175105-
CMYK0.6300.400.31
HSL142.16º46.44%46.86%-
HSV(B)142.16º63.43%68.63%-
XYZ19.9932.7718.64-
YUV133.83111.7378.19-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.60%
GREEN value IS 175 (68.75% from 255) = 50.87%
BLUE value IS 105 (41.41% from 255) = 30.52%
R=18.60%
G=50.87%
B=30.52%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal641751050.6300.400.31142.1646.4446.86
Hex40AF693F0281F8e2e2f
Octal10025715177050372165657
Binary100000010101111110100111111101010001111110001110101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40AF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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