#2AB5A4

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

Shades of Light Sea Green #2AB5A4

Tints of Light Sea Green #2AB5A4

Color information

#2AB5A4 (or 0x2AB5A4) is unknown color: approx Light Sea Green. HEX triplet: 2A, B5 and A4. RGB value is (42,181,164). Sum of RGB (Red+Green+Blue) = 42+181+164=387 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.85% from 387); Green value is 181 (71.09% from 255 or 46.77% from 387); Blue value is 164 (64.45% from 255 or 42.38% from 387); Max value from RGB is 181 - color contains mainly: green. Hex color #2AB5A4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AB5A4 is #D54A5B. Grayscale: #898989. Windows color (decimal): -13978204 or 10794282. OLE color: 10794282.

HSL color Cylindrical-coordinate representation of color #2AB5A4: hue angle of 172.66º 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 #2AB5A4 is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB42181164-
CMYK0.7700.090.29
HSL172.66º62.33%43.73%-
HSV(B)172.66º76.8%70.98%-
XYZ24.1836.2240.84-
YUV137.5142.9559.88-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 10.85%
GREEN value IS 181 (71.09% from 255) = 46.77%
BLUE value IS 164 (64.45% from 255) = 42.38%
R=10.85%
G=46.77%
B=42.38%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal421811640.7700.090.29172.6662.3343.73
Hex2AB5A44D091Dad3e2c
Octal52265244115011352557654
Binary10101010110101101001001001101010011110110101101111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AB5A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,181,164); }

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

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

 a { background-color: rgb(42,181,164); }

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

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

 span { border-color: rgb(42,181,164); }

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