#73D6A8

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

Shades of Medium Aquamarine #73D6A8

Tints of Medium Aquamarine #73D6A8

Color information

#73D6A8 (or 0x73D6A8) is unknown color: approx Medium Aquamarine. HEX triplet: 73, D6 and A8. RGB value is (115,214,168). Sum of RGB (Red+Green+Blue) = 115+214+168=497 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.14% from 497); Green value is 214 (83.98% from 255 or 43.06% from 497); Blue value is 168 (66.02% from 255 or 33.80% from 497); Max value from RGB is 214 - color contains mainly: green. Hex color #73D6A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73D6A8 is #8C2957. Grayscale: #B3B3B3. Windows color (decimal): -9185624 or 11064947. OLE color: 11064947.

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

Color convert

RGB115214168-
CMYK0.4600.210.16
HSL152.12º54.7%64.51%-
HSV(B)152.12º46.26%83.92%-
XYZ38.1854.5745.57-
YUV179.15121.782.24-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.14%
GREEN value IS 214 (83.98% from 255) = 43.06%
BLUE value IS 168 (66.02% from 255) = 33.80%
R=23.14%
G=43.06%
B=33.80%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1152141680.4600.210.16152.1254.764.51
Hex73D6A82E01510983741
Octal163326250560252023067101
Binary1110011110101101010100010111001010110000100110001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73D6A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,214,168); }

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

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

 a { background-color: rgb(115,214,168); }

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

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

 span { border-color: rgb(115,214,168); }

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