#2AB49F

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

Shades of Light Sea Green #2AB49F

Tints of Light Sea Green #2AB49F

Color information

#2AB49F (or 0x2AB49F) is unknown color: approx Light Sea Green. HEX triplet: 2A, B4 and 9F. RGB value is (42,180,159). Sum of RGB (Red+Green+Blue) = 42+180+159=381 (50% of max value = 765). Red value is 42 (16.80% from 255 or 11.02% from 381); Green value is 180 (70.70% from 255 or 47.24% from 381); Blue value is 159 (62.5% from 255 or 41.73% from 381); Max value from RGB is 180 - color contains mainly: green. Hex color #2AB49F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AB49F is #D54B60. Grayscale: #888888. Windows color (decimal): -13978465 or 10466346. OLE color: 10466346.

HSL color Cylindrical-coordinate representation of color #2AB49F: hue angle of 170.87º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB49F is Cyan = 0.77, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB42180159-
CMYK0.7700.120.29
HSL170.87º62.16%43.53%-
HSV(B)170.87º76.67%70.59%-
XYZ23.5335.6438.44-
YUV136.34140.7860.71-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.02%
GREEN value IS 180 (70.70% from 255) = 47.24%
BLUE value IS 159 (62.5% from 255) = 41.73%
R=11.02%
G=47.24%
B=41.73%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal421801590.7700.120.29170.8762.1643.53
Hex2AB49F4D0C1Dab3e2c
Octal52264237115014352537654
Binary10101010110100100111111001101011001110110101011111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AB49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,180,159); }

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

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

 a { background-color: rgb(42,180,159); }

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

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

 span { border-color: rgb(42,180,159); }

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