#2AB99F

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

Shades of Light Sea Green #2AB99F

Tints of Light Sea Green #2AB99F

Color information

#2AB99F (or 0x2AB99F) is unknown color: approx Light Sea Green. HEX triplet: 2A, B9 and 9F. RGB value is (42,185,159). Sum of RGB (Red+Green+Blue) = 42+185+159=386 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.88% from 386); Green value is 185 (72.66% from 255 or 47.93% from 386); Blue value is 159 (62.5% from 255 or 41.19% from 386); Max value from RGB is 185 - color contains mainly: green. Hex color #2AB99F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AB99F is #D54660. Grayscale: #8B8B8B. Windows color (decimal): -13977185 or 10467626. OLE color: 10467626.

HSL color Cylindrical-coordinate representation of color #2AB99F: hue angle of 169.09º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB99F is Cyan = 0.77, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB42185159-
CMYK0.7700.140.27
HSL169.09º63%44.51%-
HSV(B)169.09º77.3%72.55%-
XYZ24.5637.6938.78-
YUV139.28139.1258.61-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 10.88%
GREEN value IS 185 (72.66% from 255) = 47.93%
BLUE value IS 159 (62.5% from 255) = 41.19%
R=10.88%
G=47.93%
B=41.19%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal421851590.7700.140.27169.096344.51
Hex2AB99F4D0E1Ba93f2d
Octal52271237115016332517755
Binary10101010111001100111111001101011101101110101001111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AB99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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