#4DFCA0

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

Shades of Medium Aquamarine #4DFCA0

Tints of Medium Aquamarine #4DFCA0

Color information

#4DFCA0 (or 0x4DFCA0) is unknown color: approx Medium Aquamarine. HEX triplet: 4D, FC and A0. RGB value is (77,252,160). Sum of RGB (Red+Green+Blue) = 77+252+160=489 (64% of max value = 765). Red value is 77 (30.47% from 255 or 15.75% from 489); Green value is 252 (98.83% from 255 or 51.53% from 489); Blue value is 160 (62.89% from 255 or 32.72% from 489); Max value from RGB is 252 - color contains mainly: green. Hex color #4DFCA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DFCA0 is #B2035F. Grayscale: #BDBDBD. Windows color (decimal): -11666272 or 10550349. OLE color: 10550349.

HSL color Cylindrical-coordinate representation of color #4DFCA0: hue angle of 148.46º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DFCA0 is Cyan = 0.69, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB77252160-
CMYK0.6900.370.01
HSL148.46º96.69%64.51%-
HSV(B)148.46º69.44%98.82%-
XYZ44.2273.7445.16-
YUV189.19111.5247.98-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 15.75%
GREEN value IS 252 (98.83% from 255) = 51.53%
BLUE value IS 160 (62.89% from 255) = 32.72%
R=15.75%
G=51.53%
B=32.72%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal772521600.6900.370.01148.4696.6964.51
Hex4DFCA0450251946141
Octal1153742401050451224141101
Binary100110111111100101000001000101010010111001010011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DFCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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