#4DDDA2

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

Shades of Medium Aquamarine #4DDDA2

Tints of Medium Aquamarine #4DDDA2

Color information

#4DDDA2 (or 0x4DDDA2) is unknown color: approx Medium Aquamarine. HEX triplet: 4D, DD and A2. RGB value is (77,221,162). Sum of RGB (Red+Green+Blue) = 77+221+162=460 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.74% from 460); Green value is 221 (86.72% from 255 or 48.04% from 460); Blue value is 162 (63.67% from 255 or 35.22% from 460); Max value from RGB is 221 - color contains mainly: green. Hex color #4DDDA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DDDA2 is #B2225D. Grayscale: #ABABAB. Windows color (decimal): -11674206 or 10673485. OLE color: 10673485.

HSL color Cylindrical-coordinate representation of color #4DDDA2: hue angle of 155.42º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DDDA2 is Cyan = 0.65, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB77221162-
CMYK0.6500.270.13
HSL155.42º67.92%58.43%-
HSV(B)155.42º65.16%86.67%-
XYZ35.4455.943.1-
YUV171.22122.7960.8-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 16.74%
GREEN value IS 221 (86.72% from 255) = 48.04%
BLUE value IS 162 (63.67% from 255) = 35.22%
R=16.74%
G=48.04%
B=35.22%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal772211620.6500.270.13155.4267.9258.43
Hex4DDDA24101BD9b443a
Octal1153352421010331523310472
Binary1001101110111011010001010000010110111101100110111000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DDDA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,221,162); }

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

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

 a { background-color: rgb(77,221,162); }

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

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

 span { border-color: rgb(77,221,162); }

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