#2AB8A7

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

Shades of Light Sea Green #2AB8A7

Tints of Light Sea Green #2AB8A7

Color information

#2AB8A7 (or 0x2AB8A7) is unknown color: approx Light Sea Green. HEX triplet: 2A, B8 and A7. RGB value is (42,184,167). Sum of RGB (Red+Green+Blue) = 42+184+167=393 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.69% from 393); Green value is 184 (72.27% from 255 or 46.82% from 393); Blue value is 167 (65.62% from 255 or 42.49% from 393); Max value from RGB is 184 - color contains mainly: green. Hex color #2AB8A7 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AB8A7 is #D54758. Grayscale: #8B8B8B. Windows color (decimal): -13977433 or 10991658. OLE color: 10991658.

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

Color convert

RGB42184167-
CMYK0.7700.090.28
HSL172.82º62.83%44.31%-
HSV(B)172.82º77.17%72.16%-
XYZ25.0737.5642.49-
YUV139.6143.4658.38-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 10.69%
GREEN value IS 184 (72.27% from 255) = 46.82%
BLUE value IS 167 (65.62% from 255) = 42.49%
R=10.69%
G=46.82%
B=42.49%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal421841670.7700.090.28172.8262.8344.31
Hex2AB8A74D091Cad3f2c
Octal52270247115011342557754
Binary10101010111000101001111001101010011110010101101111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AB8A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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