#73D2AC

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

Shades of Medium Aquamarine #73D2AC

Tints of Medium Aquamarine #73D2AC

Color information

#73D2AC (or 0x73D2AC) is unknown color: approx Medium Aquamarine. HEX triplet: 73, D2 and AC. RGB value is (115,210,172). Sum of RGB (Red+Green+Blue) = 115+210+172=497 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.14% from 497); Green value is 210 (82.42% from 255 or 42.25% from 497); Blue value is 172 (67.58% from 255 or 34.61% from 497); Max value from RGB is 210 - color contains mainly: green. Hex color #73D2AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73D2AC is #8C2D53. Grayscale: #B1B1B1. Windows color (decimal): -9186644 or 11326067. OLE color: 11326067.

HSL color Cylindrical-coordinate representation of color #73D2AC: hue angle of 156º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #73D2AC is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB115210172-
CMYK0.4500.180.18
HSL156º51.35%63.73%-
HSV(B)156º45.24%82.35%-
XYZ37.5652.7247.23-
YUV177.26125.0383.59-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.14%
GREEN value IS 210 (82.42% from 255) = 42.25%
BLUE value IS 172 (67.58% from 255) = 34.61%
R=23.14%
G=42.25%
B=34.61%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1152101720.4500.180.1815651.3563.73
Hex73D2AC2D012129c3340
Octal163322254550222223463100
Binary1110011110100101010110010110101001010010100111001100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73D2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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