#73D1A2

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

Shades of Medium Aquamarine #73D1A2

Tints of Medium Aquamarine #73D1A2

Color information

#73D1A2 (or 0x73D1A2) is unknown color: approx Medium Aquamarine. HEX triplet: 73, D1 and A2. RGB value is (115,209,162). Sum of RGB (Red+Green+Blue) = 115+209+162=486 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.66% from 486); Green value is 209 (82.03% from 255 or 43.00% from 486); Blue value is 162 (63.67% from 255 or 33.33% from 486); Max value from RGB is 209 - color contains mainly: green. Hex color #73D1A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73D1A2 is #8C2E5D. Grayscale: #AFAFAF. Windows color (decimal): -9186910 or 10670451. OLE color: 10670451.

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

Color convert

RGB115209162-
CMYK0.4500.220.18
HSL150º50.54%63.53%-
HSV(B)150º44.98%81.96%-
XYZ36.3951.8542.27-
YUV175.54120.3684.82-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.66%
GREEN value IS 209 (82.03% from 255) = 43.00%
BLUE value IS 162 (63.67% from 255) = 33.33%
R=23.66%
G=43.00%
B=33.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1152091620.4500.220.1815050.5463.53
Hex73D1A22D01612963340
Octal163321242550262222663100
Binary1110011110100011010001010110101011010010100101101100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73D1A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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