#2AABA2

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

Shades of Light Sea Green #2AABA2

Tints of Light Sea Green #2AABA2

Color information

#2AABA2 (or 0x2AABA2) is unknown color: approx Light Sea Green. HEX triplet: 2A, AB and A2. RGB value is (42,171,162). Sum of RGB (Red+Green+Blue) = 42+171+162=375 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.2% from 375); Green value is 171 (67.19% from 255 or 45.6% from 375); Blue value is 162 (63.67% from 255 or 43.2% from 375); Max value from RGB is 171 - color contains mainly: green. Hex color #2AABA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AABA2 is #D5545D. Grayscale: #838383. Windows color (decimal): -13980766 or 10660650. OLE color: 10660650.

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

Color convert

RGB42171162-
CMYK0.7500.050.33
HSL175.81º60.56%41.76%-
HSV(B)175.81º75.44%67.06%-
XYZ22.0432.2339.24-
YUV131.4145.2664.23-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.2%
GREEN value IS 171 (67.19% from 255) = 45.6%
BLUE value IS 162 (63.67% from 255) = 43.2%
R=11.2%
G=45.6%
B=43.2%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal421711620.7500.050.33175.8160.5641.76
Hex2AABA24B0521b03d2a
Octal5225324211305412607552
Binary10101010101011101000101001011010110000110110000111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AABA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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