#4DDAAD

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

Shades of Medium Aquamarine #4DDAAD

Tints of Medium Aquamarine #4DDAAD

Color information

#4DDAAD (or 0x4DDAAD) is unknown color: approx Medium Aquamarine. HEX triplet: 4D, DA and AD. RGB value is (77,218,173). Sum of RGB (Red+Green+Blue) = 77+218+173=468 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.45% from 468); Green value is 218 (85.55% from 255 or 46.58% from 468); Blue value is 173 (67.97% from 255 or 36.97% from 468); Max value from RGB is 218 - color contains mainly: green. Hex color #4DDAAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DDAAD is #B22552. Grayscale: #AAAAAA. Windows color (decimal): -11674963 or 11393613. OLE color: 11393613.

HSL color Cylindrical-coordinate representation of color #4DDAAD: hue angle of 160.85º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DDAAD is Cyan = 0.65, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB77218173-
CMYK0.6500.210.15
HSL160.85º65.58%57.84%-
HSV(B)160.85º64.68%85.49%-
XYZ35.6754.7448.22-
YUV170.71129.2961.16-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 16.45%
GREEN value IS 218 (85.55% from 255) = 46.58%
BLUE value IS 173 (67.97% from 255) = 36.97%
R=16.45%
G=46.58%
B=36.97%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal772181730.6500.210.15160.8565.5857.84
Hex4DDAAD41015Fa1423a
Octal1153322551010251724110272
Binary1001101110110101010110110000010101011111101000011000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DDAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,218,173); }

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

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

 a { background-color: rgb(77,218,173); }

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

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

 span { border-color: rgb(77,218,173); }

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