#73DDA2

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

Shades of Medium Aquamarine #73DDA2

Tints of Medium Aquamarine #73DDA2

Color information

#73DDA2 (or 0x73DDA2) is unknown color: approx Medium Aquamarine. HEX triplet: 73, DD and A2. RGB value is (115,221,162). Sum of RGB (Red+Green+Blue) = 115+221+162=498 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.09% from 498); Green value is 221 (86.72% from 255 or 44.38% from 498); Blue value is 162 (63.67% from 255 or 32.53% from 498); Max value from RGB is 221 - color contains mainly: green. Hex color #73DDA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73DDA2 is #8C225D. Grayscale: #B6B6B6. Windows color (decimal): -9183838 or 10673523. OLE color: 10673523.

HSL color Cylindrical-coordinate representation of color #73DDA2: hue angle of 146.6º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73DDA2 is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB115221162-
CMYK0.4800.270.13
HSL146.6º60.92%65.88%-
HSV(B)146.6º47.96%86.67%-
XYZ39.4557.9743.29-
YUV182.58116.3879.8-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.09%
GREEN value IS 221 (86.72% from 255) = 44.38%
BLUE value IS 162 (63.67% from 255) = 32.53%
R=23.09%
G=44.38%
B=32.53%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1152211620.4800.270.13146.660.9265.88
Hex73DDA23001BD933d42
Octal163335242600331522375102
Binary111001111011101101000101100000110111101100100111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73DDA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73DDA2; }

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

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

<style>
 a { background-color: #73DDA2; }

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

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

<style>
 span { border-color: #73DDA2; }

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

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