#4DFAA0

Color #4DFAA0 Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #4DFAA0

Tints of Medium Aquamarine #4DFAA0

Color information

#4DFAA0 (or 0x4DFAA0) is unknown color: approx Medium Aquamarine. HEX triplet: 4D, FA and A0. RGB value is (77,250,160). Sum of RGB (Red+Green+Blue) = 77+250+160=487 (64% of max value = 765). Red value is 77 (30.47% from 255 or 15.81% from 487); Green value is 250 (98.05% from 255 or 51.33% from 487); Blue value is 160 (62.89% from 255 or 32.85% from 487); Max value from RGB is 250 - color contains mainly: green. Hex color #4DFAA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DFAA0 is #B2055F. Grayscale: #BCBCBC. Windows color (decimal): -11666784 or 10549837. OLE color: 10549837.

HSL color Cylindrical-coordinate representation of color #4DFAA0: hue angle of 148.79º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DFAA0 is Cyan = 0.69, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB77250160-
CMYK0.6900.360.02
HSL148.79º94.54%64.12%-
HSV(B)148.79º69.2%98.04%-
XYZ43.5972.4944.95-
YUV188.01112.1948.82-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 15.81%
GREEN value IS 250 (98.05% from 255) = 51.33%
BLUE value IS 160 (62.89% from 255) = 32.85%
R=15.81%
G=51.33%
B=32.85%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal772501600.6900.360.02148.7994.5464.12
Hex4DFAA0450242955f40
Octal1153722401050442225137100
Binary1001101111110101010000010001010100100101001010110111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DFAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4DFAA0; }

 p { color: rgb(77,250,160); }

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

<style>
 a { background-color: #4DFAA0; }

 a { background-color: rgb(77,250,160); }

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

<style>
 span { border-color: #4DFAA0; }

 span { border-color: rgb(77,250,160); }

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