#4DD1A0

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

Shades of Medium Aquamarine #4DD1A0

Tints of Medium Aquamarine #4DD1A0

Color information

#4DD1A0 (or 0x4DD1A0) is unknown color: approx Medium Aquamarine. HEX triplet: 4D, D1 and A0. RGB value is (77,209,160). Sum of RGB (Red+Green+Blue) = 77+209+160=446 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.26% from 446); Green value is 209 (82.03% from 255 or 46.86% from 446); Blue value is 160 (62.89% from 255 or 35.87% from 446); Max value from RGB is 209 - color contains mainly: green. Hex color #4DD1A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DD1A0 is #B22E5F. Grayscale: #A4A4A4. Windows color (decimal): -11677280 or 10539341. OLE color: 10539341.

HSL color Cylindrical-coordinate representation of color #4DD1A0: hue angle of 157.73º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4DD1A0 is Cyan = 0.63, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.

Color convert

RGB77209160-
CMYK0.6300.230.18
HSL157.73º58.93%56.08%-
HSV(B)157.73º63.16%81.96%-
XYZ32.2149.7241.16-
YUV163.95125.7765.98-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 17.26%
GREEN value IS 209 (82.03% from 255) = 46.86%
BLUE value IS 160 (62.89% from 255) = 35.87%
R=17.26%
G=46.86%
B=35.87%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal772091600.6300.230.18157.7358.9356.08
Hex4DD1A03F017129e3b38
Octal11532124077027222367370
Binary100110111010001101000001111110101111001010011110111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DD1A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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