#4DDAAC

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

Shades of Medium Aquamarine #4DDAAC

Tints of Medium Aquamarine #4DDAAC

Color information

#4DDAAC (or 0x4DDAAC) is unknown color: approx Medium Aquamarine. HEX triplet: 4D, DA and AC. RGB value is (77,218,172). Sum of RGB (Red+Green+Blue) = 77+218+172=467 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.49% from 467); Green value is 218 (85.55% from 255 or 46.68% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 218 - color contains mainly: green. Hex color #4DDAAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DDAAC is #B22553. Grayscale: #AAAAAA. Windows color (decimal): -11674964 or 11328077. OLE color: 11328077.

HSL color Cylindrical-coordinate representation of color #4DDAAC: hue angle of 160.43º 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 #4DDAAC is Cyan = 0.65, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB77218172-
CMYK0.6500.210.15
HSL160.43º65.58%57.84%-
HSV(B)160.43º64.68%85.49%-
XYZ35.5854.747.71-
YUV170.6128.7961.24-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 16.49%
GREEN value IS 218 (85.55% from 255) = 46.68%
BLUE value IS 172 (67.58% from 255) = 36.83%
R=16.49%
G=46.68%
B=36.83%

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
Decimal772181720.6500.210.15160.4365.5857.84
Hex4DDAAC41015Fa0423a
Octal1153322541010251724010272
Binary1001101110110101010110010000010101011111101000001000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DDAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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