#73EAA5

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

Shades of Medium Aquamarine #73EAA5

Tints of Medium Aquamarine #73EAA5

Color information

#73EAA5 (or 0x73EAA5) is unknown color: approx Medium Aquamarine. HEX triplet: 73, EA and A5. RGB value is (115,234,165). Sum of RGB (Red+Green+Blue) = 115+234+165=514 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.37% from 514); Green value is 234 (91.80% from 255 or 45.53% from 514); Blue value is 165 (64.84% from 255 or 32.10% from 514); Max value from RGB is 234 - color contains mainly: green. Hex color #73EAA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #73EAA5 is #8C155A. Grayscale: #BEBEBE. Windows color (decimal): -9180507 or 10873459. OLE color: 10873459.

HSL color Cylindrical-coordinate representation of color #73EAA5: hue angle of 145.21º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73EAA5 is Cyan = 0.51, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB115234165-
CMYK0.5100.290.08
HSL145.21º73.91%68.43%-
HSV(B)145.21º50.85%91.76%-
XYZ43.2865.2145.9-
YUV190.55113.5874.11-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 22.37%
GREEN value IS 234 (91.80% from 255) = 45.53%
BLUE value IS 165 (64.84% from 255) = 32.10%
R=22.37%
G=45.53%
B=32.10%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1152341650.5100.290.08145.2173.9168.43
Hex73EAA53301D8914a44
Octal1633522456303510221112104
Binary1110011111010101010010111001101110110001001000110010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73EAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,234,165); }

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

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

 a { background-color: rgb(115,234,165); }

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

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

 span { border-color: rgb(115,234,165); }

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