#40ADAA

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

Shades of Light Sea Green #40ADAA

Tints of Light Sea Green #40ADAA

Color information

#40ADAA (or 0x40ADAA) is unknown color: approx Light Sea Green. HEX triplet: 40, AD and AA. RGB value is (64,173,170). Sum of RGB (Red+Green+Blue) = 64+173+170=407 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.72% from 407); Green value is 173 (67.97% from 255 or 42.51% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 173 - color contains mainly: green. Hex color #40ADAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40ADAA is #BF5255. Grayscale: #8B8B8B. Windows color (decimal): -12538454 or 11185472. OLE color: 11185472.

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

Color convert

RGB64173170-
CMYK0.6300.020.32
HSL178.35º45.99%46.47%-
HSV(B)178.35º63.01%67.84%-
XYZ24.3133.8843.29-
YUV140.07144.8973.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.72%
GREEN value IS 173 (67.97% from 255) = 42.51%
BLUE value IS 170 (66.80% from 255) = 41.77%
R=15.72%
G=42.51%
B=41.77%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal641731700.6300.020.32178.3545.9946.47
Hex40ADAA3F0220b22e2e
Octal1002552527702402625656
Binary1000000101011011010101011111101010000010110010101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40ADAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,173,170); }

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

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

 a { background-color: rgb(64,173,170); }

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

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

 span { border-color: rgb(64,173,170); }

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