#2AB99D

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

Shades of Light Sea Green #2AB99D

Tints of Light Sea Green #2AB99D

Color information

#2AB99D (or 0x2AB99D) is unknown color: approx Light Sea Green. HEX triplet: 2A, B9 and 9D. RGB value is (42,185,157). Sum of RGB (Red+Green+Blue) = 42+185+157=384 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.94% from 384); Green value is 185 (72.66% from 255 or 48.18% from 384); Blue value is 157 (61.72% from 255 or 40.89% from 384); Max value from RGB is 185 - color contains mainly: green. Hex color #2AB99D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AB99D is #D54662. Grayscale: #8B8B8B. Windows color (decimal): -13977187 or 10336554. OLE color: 10336554.

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

Color convert

RGB42185157-
CMYK0.7700.150.27
HSL168.25º63%44.51%-
HSV(B)168.25º77.3%72.55%-
XYZ24.3937.6237.88-
YUV139.05138.1258.78-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 10.94%
GREEN value IS 185 (72.66% from 255) = 48.18%
BLUE value IS 157 (61.72% from 255) = 40.89%
R=10.94%
G=48.18%
B=40.89%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal421851570.7700.150.27168.256344.51
Hex2AB99D4D0F1Ba83f2d
Octal52271235115017332507755
Binary10101010111001100111011001101011111101110101000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AB99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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