#2AA6AB

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

Shades of Light Sea Green #2AA6AB

Tints of Light Sea Green #2AA6AB

Color information

#2AA6AB (or 0x2AA6AB) is unknown color: approx Light Sea Green. HEX triplet: 2A, A6 and AB. RGB value is (42,166,171). Sum of RGB (Red+Green+Blue) = 42+166+171=379 (50% of max value = 765). Red value is 42 (16.80% from 255 or 11.08% from 379); Green value is 166 (65.23% from 255 or 43.80% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 171 - color contains mainly: blue. Hex color #2AA6AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AA6AB is #D55954. Grayscale: #818181. Windows color (decimal): -13982037 or 11249194. OLE color: 11249194.

HSL color Cylindrical-coordinate representation of color #2AA6AB: hue angle of 182.33º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AA6AB is Cyan = 0.75, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB42166171-
CMYK0.750.0300.33
HSL182.33º60.56%41.76%-
HSV(B)182.33º75.44%67.06%-
XYZ21.9430.743.3-
YUV129.49151.4265.59-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.08%
GREEN value IS 166 (65.23% from 255) = 43.80%
BLUE value IS 171 (67.19% from 255) = 45.12%
R=11.08%
G=43.80%
B=45.12%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal421661710.750.0300.33182.3360.5641.76
Hex2AA6AB4B3021b63d2a
Octal5224625311330412667552
Binary1010101010011010101011100101111010000110110110111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,166,171); }

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

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

 a { background-color: rgb(42,166,171); }

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

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

 span { border-color: rgb(42,166,171); }

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