#2AABA9

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

Shades of Light Sea Green #2AABA9

Tints of Light Sea Green #2AABA9

Color information

#2AABA9 (or 0x2AABA9) is unknown color: approx Light Sea Green. HEX triplet: 2A, AB and A9. RGB value is (42,171,169). Sum of RGB (Red+Green+Blue) = 42+171+169=382 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.99% from 382); Green value is 171 (67.19% from 255 or 44.76% from 382); Blue value is 169 (66.41% from 255 or 44.24% from 382); Max value from RGB is 171 - color contains mainly: green. Hex color #2AABA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AABA9 is #D55456. Grayscale: #848484. Windows color (decimal): -13980759 or 11119402. OLE color: 11119402.

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

Color convert

RGB42171169-
CMYK0.7500.010.33
HSL179.07º60.56%41.76%-
HSV(B)179.07º75.44%67.06%-
XYZ22.6832.4842.61-
YUV132.2148.7663.66-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 10.99%
GREEN value IS 171 (67.19% from 255) = 44.76%
BLUE value IS 169 (66.41% from 255) = 44.24%
R=10.99%
G=44.76%
B=44.24%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal421711690.7500.010.33179.0760.5641.76
Hex2AABA94B0121b33d2a
Octal5225325111301412637552
Binary101010101010111010100110010110110000110110011111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AABA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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