#4DE2AC

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

Shades of Medium Aquamarine #4DE2AC

Tints of Medium Aquamarine #4DE2AC

Color information

#4DE2AC (or 0x4DE2AC) is unknown color: approx Medium Aquamarine. HEX triplet: 4D, E2 and AC. RGB value is (77,226,172). Sum of RGB (Red+Green+Blue) = 77+226+172=475 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.21% from 475); Green value is 226 (88.67% from 255 or 47.58% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 226 - color contains mainly: green. Hex color #4DE2AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DE2AC is #B21D53. Grayscale: #AFAFAF. Windows color (decimal): -11672916 or 11330125. OLE color: 11330125.

HSL color Cylindrical-coordinate representation of color #4DE2AC: hue angle of 158.26º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4DE2AC is Cyan = 0.66, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB77226172-
CMYK0.6600.240.11
HSL158.26º71.98%59.41%-
HSV(B)158.26º65.93%88.63%-
XYZ37.758.9548.42-
YUV175.29126.1457.89-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 16.21%
GREEN value IS 226 (88.67% from 255) = 47.58%
BLUE value IS 172 (67.58% from 255) = 36.21%
R=16.21%
G=47.58%
B=36.21%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal772261720.6600.240.11158.2671.9859.41
Hex4DE2AC42018B9e483b
Octal1153422541020301323611073
Binary1001101111000101010110010000100110001011100111101001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DE2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,226,172); }

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

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

 a { background-color: rgb(77,226,172); }

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

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

 span { border-color: rgb(77,226,172); }

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