#2ab8a2

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

Shades of Light Sea Green #2AB8A2

Tints of Light Sea Green #2AB8A2

Color information

#2AB8A2 (or 0x2AB8A2) is unknown color: approx Light Sea Green. HEX triplet: 2A, B8 and A2. RGB value is (42,184,162). Sum of RGB (Red+Green+Blue) = 42+184+162=388 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.82% from 388); Green value is 184 (72.27% from 255 or 47.42% from 388); Blue value is 162 (63.67% from 255 or 41.75% from 388); Max value from RGB is 184 - color contains mainly: green. Hex color #2AB8A2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AB8A2 is #D5475D. Grayscale: #8A8A8A. Windows color (decimal): -13977438 or 10663978. OLE color: 10663978.

HSL color Cylindrical-coordinate representation of color #2AB8A2: hue angle of 170.7º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB8A2 is Cyan = 0.77, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.28.

Color convert

RGB42184162-
CMYK0.7700.120.28
HSL170.7º62.83%44.31%-
HSV(B)170.7º77.17%72.16%-
XYZ24.6237.3840.1-
YUV139.03140.9658.79-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 10.82%
GREEN value IS 184 (72.27% from 255) = 47.42%
BLUE value IS 162 (63.67% from 255) = 41.75%
R=10.82%
G=47.42%
B=41.75%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal421841620.7700.120.28170.762.8344.31
Hex2AB8A24D0C1Cab3f2c
Octal52270242115014342537754
Binary10101010111000101000101001101011001110010101011111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ab8a2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,184,162); }

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

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

 a { background-color: rgb(42,184,162); }

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

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

 span { border-color: rgb(42,184,162); }

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