#73DDAC

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

Shades of Medium Aquamarine #73DDAC

Tints of Medium Aquamarine #73DDAC

Color information

#73DDAC (or 0x73DDAC) is unknown color: approx Medium Aquamarine. HEX triplet: 73, DD and AC. RGB value is (115,221,172). Sum of RGB (Red+Green+Blue) = 115+221+172=508 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.64% from 508); Green value is 221 (86.72% from 255 or 43.50% from 508); Blue value is 172 (67.58% from 255 or 33.86% from 508); Max value from RGB is 221 - color contains mainly: green. Hex color #73DDAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73DDAC is #8C2253. Grayscale: #B7B7B7. Windows color (decimal): -9183828 or 11328883. OLE color: 11328883.

HSL color Cylindrical-coordinate representation of color #73DDAC: hue angle of 152.26º 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 #73DDAC is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB115221172-
CMYK0.4800.220.13
HSL152.26º60.92%65.88%-
HSV(B)152.26º47.96%86.67%-
XYZ40.3758.3448.16-
YUV183.72121.3878.98-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 22.64%
GREEN value IS 221 (86.72% from 255) = 43.50%
BLUE value IS 172 (67.58% from 255) = 33.86%
R=22.64%
G=43.50%
B=33.86%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1152211720.4800.220.13152.2660.9265.88
Hex73DDAC30016D983d42
Octal163335254600261523075102
Binary111001111011101101011001100000101101101100110001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73DDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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