#2ABE79

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

Shades of Medium Sea Green #2ABE79

Tints of Medium Sea Green #2ABE79

Color information

#2ABE79 (or 0x2ABE79) is unknown color: approx Medium Sea Green. HEX triplet: 2A, BE and 79. RGB value is (42,190,121). Sum of RGB (Red+Green+Blue) = 42+190+121=353 (46% of max value = 765). Red value is 42 (16.80% from 255 or 11.90% from 353); Green value is 190 (74.61% from 255 or 53.82% from 353); Blue value is 121 (47.66% from 255 or 34.28% from 353); Max value from RGB is 190 - color contains mainly: green. Hex color #2ABE79 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ABE79 is #D54186. Grayscale: #8A8A8A. Windows color (decimal): -13975943 or 7978538. OLE color: 7978538.

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

Color convert

RGB42190121-
CMYK0.7800.360.25
HSL152.03º63.79%45.49%-
HSV(B)152.03º77.89%74.51%-
XYZ22.8238.724.36-
YUV137.88118.4759.61-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.90%
GREEN value IS 190 (74.61% from 255) = 53.82%
BLUE value IS 121 (47.66% from 255) = 34.28%
R=11.90%
G=53.82%
B=34.28%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal421901210.7800.360.25152.0363.7945.49
Hex2ABE794E0241998402d
Octal522761711160443123010055
Binary1010101011111011110011001110010010011001100110001000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ABE79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,190,121); }

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

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

 a { background-color: rgb(42,190,121); }

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

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

 span { border-color: rgb(42,190,121); }

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