#2ABF59

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

Shades of Medium Sea Green #2ABF59

Tints of Medium Sea Green #2ABF59

Color information

#2ABF59 (or 0x2ABF59) is unknown color: approx Medium Sea Green. HEX triplet: 2A, BF and 59. RGB value is (42,191,89). Sum of RGB (Red+Green+Blue) = 42+191+89=322 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.04% from 322); Green value is 191 (75% from 255 or 59.32% from 322); Blue value is 89 (35.16% from 255 or 27.64% from 322); Max value from RGB is 191 - color contains mainly: green. Hex color #2ABF59 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ABF59 is #D540A6. Grayscale: #878787. Windows color (decimal): -13975719 or 5881642. OLE color: 5881642.

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

Color convert

RGB4219189-
CMYK0.7800.530.25
HSL138.93º63.95%45.69%-
HSV(B)138.93º78.01%74.9%-
XYZ21.3938.4815.75-
YUV134.82102.1461.79-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.04%
GREEN value IS 191 (75% from 255) = 59.32%
BLUE value IS 89 (35.16% from 255) = 27.64%
R=13.04%
G=59.32%
B=27.64%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal42191890.7800.530.25138.9363.9545.69
Hex2ABF594E035198b402e
Octal522771311160653121310056
Binary1010101011111110110011001110011010111001100010111000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ABF59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,191,89); }

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

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

 a { background-color: rgb(42,191,89); }

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

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

 span { border-color: rgb(42,191,89); }

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