#40AAAC

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

Shades of Light Sea Green #40AAAC

Tints of Light Sea Green #40AAAC

Color information

#40AAAC (or 0x40AAAC) is unknown color: approx Light Sea Green. HEX triplet: 40, AA and AC. RGB value is (64,170,172). Sum of RGB (Red+Green+Blue) = 64+170+172=406 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.76% from 406); Green value is 170 (66.80% from 255 or 41.87% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 172 - color contains mainly: blue. Hex color #40AAAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40AAAC is #BF5553. Grayscale: #8A8A8A. Windows color (decimal): -12539220 or 11315776. OLE color: 11315776.

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

Color convert

RGB64170172-
CMYK0.630.0100.33
HSL181.11º45.76%46.27%-
HSV(B)181.11º62.79%67.45%-
XYZ23.9432.8244.1-
YUV138.53146.8874.84-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.76%
GREEN value IS 170 (66.80% from 255) = 41.87%
BLUE value IS 172 (67.58% from 255) = 42.36%
R=15.76%
G=41.87%
B=42.36%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal641701720.630.0100.33181.1145.7646.27
Hex40AAAC3F1021b52e2e
Octal1002522547710412655656
Binary100000010101010101011001111111010000110110101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40AAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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