#2ab463

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

Shades of Medium Sea Green #2AB463

Tints of Medium Sea Green #2AB463

Color information

#2AB463 (or 0x2AB463) is unknown color: approx Medium Sea Green. HEX triplet: 2A, B4 and 63. RGB value is (42,180,99). Sum of RGB (Red+Green+Blue) = 42+180+99=321 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.08% from 321); Green value is 180 (70.70% from 255 or 56.07% from 321); Blue value is 99 (39.06% from 255 or 30.84% from 321); Max value from RGB is 180 - color contains mainly: green. Hex color #2AB463 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AB463 is #D54B9C. Grayscale: #818181. Windows color (decimal): -13978525 or 6534186. OLE color: 6534186.

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

Color convert

RGB4218099-
CMYK0.7700.450.29
HSL144.78º62.16%43.53%-
HSV(B)144.78º76.67%70.59%-
XYZ19.5334.0417.34-
YUV129.5110.7865.59-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.08%
GREEN value IS 180 (70.70% from 255) = 56.07%
BLUE value IS 99 (39.06% from 255) = 30.84%
R=13.08%
G=56.07%
B=30.84%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal42180990.7700.450.29144.7862.1643.53
Hex2AB4634D02D1D913e2c
Octal52264143115055352217654
Binary101010101101001100011100110101011011110110010001111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ab463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,180,99); }

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

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

 a { background-color: rgb(42,180,99); }

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

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

 span { border-color: rgb(42,180,99); }

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