#2AAEAC

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

Shades of Light Sea Green #2AAEAC

Tints of Light Sea Green #2AAEAC

Color information

#2AAEAC (or 0x2AAEAC) is unknown color: approx Light Sea Green. HEX triplet: 2A, AE and AC. RGB value is (42,174,172). Sum of RGB (Red+Green+Blue) = 42+174+172=388 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.82% from 388); Green value is 174 (68.36% from 255 or 44.85% from 388); Blue value is 172 (67.58% from 255 or 44.33% from 388); Max value from RGB is 174 - color contains mainly: green. Hex color #2AAEAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AAEAC is #D55153. Grayscale: #868686. Windows color (decimal): -13979988 or 11316778. OLE color: 11316778.

HSL color Cylindrical-coordinate representation of color #2AAEAC: hue angle of 179.09º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2AAEAC is Cyan = 0.76, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB42174172-
CMYK0.7600.010.32
HSL179.09º61.11%42.35%-
HSV(B)179.09º75.86%68.24%-
XYZ23.5433.7444.3-
YUV134.3149.2762.16-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 10.82%
GREEN value IS 174 (68.36% from 255) = 44.85%
BLUE value IS 172 (67.58% from 255) = 44.33%
R=10.82%
G=44.85%
B=44.33%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal421741720.7600.010.32179.0961.1142.35
Hex2AAEAC4C0120b33d2a
Octal5225625411401402637552
Binary101010101011101010110010011000110000010110011111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2AAEAC; }

 p { color: rgb(42,174,172); }

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

<style>
 a { background-color: #2AAEAC; }

 a { background-color: rgb(42,174,172); }

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

<style>
 span { border-color: #2AAEAC; }

 span { border-color: rgb(42,174,172); }

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