#2ABD5C

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

Shades of Medium Sea Green #2ABD5C

Tints of Medium Sea Green #2ABD5C

Color information

#2ABD5C (or 0x2ABD5C) is unknown color: approx Medium Sea Green. HEX triplet: 2A, BD and 5C. RGB value is (42,189,92). Sum of RGB (Red+Green+Blue) = 42+189+92=323 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.00% from 323); Green value is 189 (74.22% from 255 or 58.51% from 323); Blue value is 92 (36.33% from 255 or 28.48% from 323); Max value from RGB is 189 - color contains mainly: green. Hex color #2ABD5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ABD5C is #D542A3. Grayscale: #868686. Windows color (decimal): -13976228 or 6077738. OLE color: 6077738.

HSL color Cylindrical-coordinate representation of color #2ABD5C: hue angle of 140.41º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ABD5C is Cyan = 0.78, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB4218992-
CMYK0.7800.510.26
HSL140.41º63.64%45.29%-
HSV(B)140.41º77.78%74.12%-
XYZ21.0837.6616.28-
YUV133.99104.362.39-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.00%
GREEN value IS 189 (74.22% from 255) = 58.51%
BLUE value IS 92 (36.33% from 255) = 28.48%
R=13.00%
G=58.51%
B=28.48%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal42189920.7800.510.26140.4163.6445.29
Hex2ABD5C4E0331A8c402d
Octal522751341160633221410055
Binary1010101011110110111001001110011001111010100011001000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ABD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,189,92); }

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

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

 a { background-color: rgb(42,189,92); }

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

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

 span { border-color: rgb(42,189,92); }

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