#2ABF5E

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

Shades of Medium Sea Green #2ABF5E

Tints of Medium Sea Green #2ABF5E

Color information

#2ABF5E (or 0x2ABF5E) is unknown color: approx Medium Sea Green. HEX triplet: 2A, BF and 5E. RGB value is (42,191,94). Sum of RGB (Red+Green+Blue) = 42+191+94=327 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.84% from 327); Green value is 191 (75% from 255 or 58.41% from 327); Blue value is 94 (37.11% from 255 or 28.75% from 327); Max value from RGB is 191 - color contains mainly: green. Hex color #2ABF5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ABF5E is #D540A1. Grayscale: #878787. Windows color (decimal): -13975714 or 6209322. OLE color: 6209322.

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

Color convert

RGB4219194-
CMYK0.7800.510.25
HSL140.94º63.95%45.69%-
HSV(B)140.94º78.01%74.9%-
XYZ21.6138.5616.89-
YUV135.39104.6461.39-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.84%
GREEN value IS 191 (75% from 255) = 58.41%
BLUE value IS 94 (37.11% from 255) = 28.75%
R=12.84%
G=58.41%
B=28.75%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal42191940.7800.510.25140.9463.9545.69
Hex2ABF5E4E033198d402e
Octal522771361160633121510056
Binary1010101011111110111101001110011001111001100011011000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ABF5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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