#4DEEA0

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

Shades of Medium Aquamarine #4DEEA0

Tints of Medium Aquamarine #4DEEA0

Color information

#4DEEA0 (or 0x4DEEA0) is unknown color: approx Medium Aquamarine. HEX triplet: 4D, EE and A0. RGB value is (77,238,160). Sum of RGB (Red+Green+Blue) = 77+238+160=475 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.21% from 475); Green value is 238 (93.36% from 255 or 50.11% from 475); Blue value is 160 (62.89% from 255 or 33.68% from 475); Max value from RGB is 238 - color contains mainly: green. Hex color #4DEEA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DEEA0 is #B2115F. Grayscale: #B5B5B5. Windows color (decimal): -11669856 or 10546765. OLE color: 10546765.

HSL color Cylindrical-coordinate representation of color #4DEEA0: hue angle of 150.93º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DEEA0 is Cyan = 0.68, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB77238160-
CMYK0.6800.330.07
HSL150.93º82.56%61.76%-
HSV(B)150.93º67.65%93.33%-
XYZ39.9865.2643.75-
YUV180.97116.1653.84-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 16.21%
GREEN value IS 238 (93.36% from 255) = 50.11%
BLUE value IS 160 (62.89% from 255) = 33.68%
R=16.21%
G=50.11%
B=33.68%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal772381600.6800.330.07150.9382.5661.76
Hex4DEEA044021797533e
Octal115356240104041722712376
Binary1001101111011101010000010001000100001111100101111010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DEEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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