#2AB560

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

Shades of Medium Sea Green #2AB560

Tints of Medium Sea Green #2AB560

Color information

#2AB560 (or 0x2AB560) is unknown color: approx Medium Sea Green. HEX triplet: 2A, B5 and 60. RGB value is (42,181,96). Sum of RGB (Red+Green+Blue) = 42+181+96=319 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.17% from 319); Green value is 181 (71.09% from 255 or 56.74% from 319); Blue value is 96 (37.89% from 255 or 30.09% from 319); Max value from RGB is 181 - color contains mainly: green. Hex color #2AB560 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AB560 is #D54A9F. Grayscale: #818181. Windows color (decimal): -13978272 or 6337834. OLE color: 6337834.

HSL color Cylindrical-coordinate representation of color #2AB560: hue angle of 143.31º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB560 is Cyan = 0.77, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB4218196-
CMYK0.7700.470.29
HSL143.31º62.33%43.73%-
HSV(B)143.31º76.8%70.98%-
XYZ19.5934.3816.67-
YUV129.75108.9565.41-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.17%
GREEN value IS 181 (71.09% from 255) = 56.74%
BLUE value IS 96 (37.89% from 255) = 30.09%
R=13.17%
G=56.74%
B=30.09%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal42181960.7700.470.29143.3162.3343.73
Hex2AB5604D02F1D8f3e2c
Octal52265140115057352177654
Binary101010101101011100000100110101011111110110001111111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AB560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,181,96); }

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

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

 a { background-color: rgb(42,181,96); }

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

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

 span { border-color: rgb(42,181,96); }

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