#2AAEB1

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

Shades of Light Sea Green #2AAEB1

Tints of Light Sea Green #2AAEB1

Color information

#2AAEB1 (or 0x2AAEB1) is unknown color: approx Light Sea Green. HEX triplet: 2A, AE and B1. RGB value is (42,174,177). Sum of RGB (Red+Green+Blue) = 42+174+177=393 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.69% from 393); Green value is 174 (68.36% from 255 or 44.27% from 393); Blue value is 177 (69.53% from 255 or 45.04% from 393); Max value from RGB is 177 - color contains mainly: blue. Hex color #2AAEB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AAEB1 is #D5514E. Grayscale: #868686. Windows color (decimal): -13979983 or 11644458. OLE color: 11644458.

HSL color Cylindrical-coordinate representation of color #2AAEB1: hue angle of 181.33º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2AAEB1 is Cyan = 0.76, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB42174177-
CMYK0.760.0200.31
HSL181.33º61.64%42.94%-
HSV(B)181.33º76.27%69.41%-
XYZ24.0333.9446.88-
YUV134.87151.7761.76-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 10.69%
GREEN value IS 174 (68.36% from 255) = 44.27%
BLUE value IS 177 (69.53% from 255) = 45.04%
R=10.69%
G=44.27%
B=45.04%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal421741770.760.0200.31181.3361.6442.94
Hex2AAEB14C201Fb53e2b
Octal5225626111420372657653
Binary101010101011101011000110011001001111110110101111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,174,177); }

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

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

 a { background-color: rgb(42,174,177); }

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

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

 span { border-color: rgb(42,174,177); }

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