#73D5AD

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

Shades of Medium Aquamarine #73D5AD

Tints of Medium Aquamarine #73D5AD

Color information

#73D5AD (or 0x73D5AD) is unknown color: approx Medium Aquamarine. HEX triplet: 73, D5 and AD. RGB value is (115,213,173). Sum of RGB (Red+Green+Blue) = 115+213+173=501 (66% of max value = 765). Red value is 115 (45.31% from 255 or 22.95% from 501); Green value is 213 (83.59% from 255 or 42.51% from 501); Blue value is 173 (67.97% from 255 or 34.53% from 501); Max value from RGB is 213 - color contains mainly: green. Hex color #73D5AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73D5AD is #8C2A52. Grayscale: #B3B3B3. Windows color (decimal): -9185875 or 11392371. OLE color: 11392371.

HSL color Cylindrical-coordinate representation of color #73D5AD: hue angle of 155.51º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #73D5AD is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB115213173-
CMYK0.4600.190.16
HSL155.51º53.85%64.31%-
HSV(B)155.51º46.01%83.53%-
XYZ38.4154.2547.98-
YUV179.14124.5382.25-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 22.95%
GREEN value IS 213 (83.59% from 255) = 42.51%
BLUE value IS 173 (67.97% from 255) = 34.53%
R=22.95%
G=42.51%
B=34.53%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1152131730.4600.190.16155.5153.8564.31
Hex73D5AD2E013109c3640
Octal163325255560232023466100
Binary1110011110101011010110110111001001110000100111001101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73D5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,213,173); }

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

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

 a { background-color: rgb(115,213,173); }

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

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

 span { border-color: rgb(115,213,173); }

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