#2AA99E

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

Shades of Light Sea Green #2AA99E

Tints of Light Sea Green #2AA99E

Color information

#2AA99E (or 0x2AA99E) is unknown color: approx Light Sea Green. HEX triplet: 2A, A9 and 9E. RGB value is (42,169,158). Sum of RGB (Red+Green+Blue) = 42+169+158=369 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.38% from 369); Green value is 169 (66.41% from 255 or 45.80% from 369); Blue value is 158 (62.11% from 255 or 42.82% from 369); Max value from RGB is 169 - color contains mainly: green. Hex color #2AA99E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AA99E is #D55661. Grayscale: #818181. Windows color (decimal): -13981282 or 10397994. OLE color: 10397994.

HSL color Cylindrical-coordinate representation of color #2AA99E: hue angle of 174.8º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AA99E is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB42169158-
CMYK0.7500.070.34
HSL174.8º60.19%41.37%-
HSV(B)174.8º75.15%66.27%-
XYZ21.3131.3437.27-
YUV129.77143.9265.39-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.38%
GREEN value IS 169 (66.41% from 255) = 45.80%
BLUE value IS 158 (62.11% from 255) = 42.82%
R=11.38%
G=45.80%
B=42.82%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal421691580.7500.070.34174.860.1941.37
Hex2AA99E4B0722af3c29
Octal5225123611307422577451
Binary10101010101001100111101001011011110001010101111111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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