#40AEA9

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

Shades of Light Sea Green #40AEA9

Tints of Light Sea Green #40AEA9

Color information

#40AEA9 (or 0x40AEA9) is unknown color: approx Light Sea Green. HEX triplet: 40, AE and A9. RGB value is (64,174,169). Sum of RGB (Red+Green+Blue) = 64+174+169=407 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.72% from 407); Green value is 174 (68.36% from 255 or 42.75% from 407); Blue value is 169 (66.41% from 255 or 41.52% from 407); Max value from RGB is 174 - color contains mainly: green. Hex color #40AEA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40AEA9 is #BF5156. Grayscale: #8C8C8C. Windows color (decimal): -12538199 or 11120192. OLE color: 11120192.

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

Color convert

RGB64174169-
CMYK0.6300.030.32
HSL177.27º46.22%46.67%-
HSV(B)177.27º63.22%68.24%-
XYZ24.4134.2342.86-
YUV140.54144.0673.41-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.72%
GREEN value IS 174 (68.36% from 255) = 42.75%
BLUE value IS 169 (66.41% from 255) = 41.52%
R=15.72%
G=42.75%
B=41.52%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal641741690.6300.030.32177.2746.2246.67
Hex40AEA93F0320b12e2f
Octal1002562517703402615657
Binary1000000101011101010100111111101110000010110001101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40AEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,174,169); }

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

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

 a { background-color: rgb(64,174,169); }

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

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

 span { border-color: rgb(64,174,169); }

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