#2AA8AB

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

Shades of Light Sea Green #2AA8AB

Tints of Light Sea Green #2AA8AB

Color information

#2AA8AB (or 0x2AA8AB) is unknown color: approx Light Sea Green. HEX triplet: 2A, A8 and AB. RGB value is (42,168,171). Sum of RGB (Red+Green+Blue) = 42+168+171=381 (50% of max value = 765). Red value is 42 (16.80% from 255 or 11.02% from 381); Green value is 168 (66.02% from 255 or 44.09% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 171 - color contains mainly: blue. Hex color #2AA8AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AA8AB is #D55754. Grayscale: #828282. Windows color (decimal): -13981525 or 11249706. OLE color: 11249706.

HSL color Cylindrical-coordinate representation of color #2AA8AB: hue angle of 181.4º 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 #2AA8AB is Cyan = 0.75, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB42168171-
CMYK0.750.0200.33
HSL181.4º60.56%41.76%-
HSV(B)181.4º75.44%67.06%-
XYZ22.3131.4443.42-
YUV130.67150.7664.76-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.02%
GREEN value IS 168 (66.02% from 255) = 44.09%
BLUE value IS 171 (67.19% from 255) = 44.88%
R=11.02%
G=44.09%
B=44.88%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal421681710.750.0200.33181.460.5641.76
Hex2AA8AB4B2021b53d2a
Octal5225025311320412657552
Binary1010101010100010101011100101110010000110110101111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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