#2ABA5B

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

Shades of Medium Sea Green #2ABA5B

Tints of Medium Sea Green #2ABA5B

Color information

#2ABA5B (or 0x2ABA5B) is unknown color: approx Medium Sea Green. HEX triplet: 2A, BA and 5B. RGB value is (42,186,91). Sum of RGB (Red+Green+Blue) = 42+186+91=319 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.17% from 319); Green value is 186 (73.05% from 255 or 58.31% from 319); Blue value is 91 (35.94% from 255 or 28.53% from 319); Max value from RGB is 186 - color contains mainly: green. Hex color #2ABA5B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ABA5B is #D545A4. Grayscale: #848484. Windows color (decimal): -13976997 or 6011434. OLE color: 6011434.

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

Color convert

RGB4218691-
CMYK0.7700.510.27
HSL140.42º63.16%44.71%-
HSV(B)140.42º77.42%72.94%-
XYZ20.436.3715.84-
YUV132.11104.7963.72-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.17%
GREEN value IS 186 (73.05% from 255) = 58.31%
BLUE value IS 91 (35.94% from 255) = 28.53%
R=13.17%
G=58.31%
B=28.53%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal42186910.7700.510.27140.4263.1644.71
Hex2ABA5B4D0331B8c3f2d
Octal52272133115063332147755
Binary101010101110101011011100110101100111101110001100111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ABA5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,186,91); }

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

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

 a { background-color: rgb(42,186,91); }

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

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

 span { border-color: rgb(42,186,91); }

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