#40ADAC

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

Shades of Light Sea Green #40ADAC

Tints of Light Sea Green #40ADAC

Color information

#40ADAC (or 0x40ADAC) is unknown color: approx Light Sea Green. HEX triplet: 40, AD and AC. RGB value is (64,173,172). Sum of RGB (Red+Green+Blue) = 64+173+172=409 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.65% from 409); Green value is 173 (67.97% from 255 or 42.30% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 173 - color contains mainly: green. Hex color #40ADAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40ADAC is #BF5253. Grayscale: #8C8C8C. Windows color (decimal): -12538452 or 11316544. OLE color: 11316544.

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

Color convert

RGB64173172-
CMYK0.6300.010.32
HSL179.45º45.99%46.47%-
HSV(B)179.45º63.01%67.84%-
XYZ24.533.9644.29-
YUV140.29145.8973.58-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.65%
GREEN value IS 173 (67.97% from 255) = 42.30%
BLUE value IS 172 (67.58% from 255) = 42.05%
R=15.65%
G=42.30%
B=42.05%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal641731720.6300.010.32179.4545.9946.47
Hex40ADAC3F0120b32e2e
Octal1002552547701402635656
Binary100000010101101101011001111110110000010110011101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40ADAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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