#2AAB9E

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

Shades of Light Sea Green #2AAB9E

Tints of Light Sea Green #2AAB9E

Color information

#2AAB9E (or 0x2AAB9E) is unknown color: approx Light Sea Green. HEX triplet: 2A, AB and 9E. RGB value is (42,171,158). Sum of RGB (Red+Green+Blue) = 42+171+158=371 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.32% from 371); Green value is 171 (67.19% from 255 or 46.09% from 371); Blue value is 158 (62.11% from 255 or 42.59% from 371); Max value from RGB is 171 - color contains mainly: green. Hex color #2AAB9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AAB9E is #D55461. Grayscale: #828282. Windows color (decimal): -13980770 or 10398506. OLE color: 10398506.

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

Color convert

RGB42171158-
CMYK0.7500.080.33
HSL173.95º60.56%41.76%-
HSV(B)173.95º75.44%67.06%-
XYZ21.6932.0937.4-
YUV130.95143.2664.56-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.32%
GREEN value IS 171 (67.19% from 255) = 46.09%
BLUE value IS 158 (62.11% from 255) = 42.59%
R=11.32%
G=46.09%
B=42.59%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal421711580.7500.080.33173.9560.5641.76
Hex2AAB9E4B0821ae3d2a
Octal52253236113010412567552
Binary101010101010111001111010010110100010000110101110111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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