#73F1A2

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

Shades of Medium Aquamarine #73F1A2

Tints of Medium Aquamarine #73F1A2

Color information

#73F1A2 (or 0x73F1A2) is unknown color: approx Medium Aquamarine. HEX triplet: 73, F1 and A2. RGB value is (115,241,162). Sum of RGB (Red+Green+Blue) = 115+241+162=518 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.20% from 518); Green value is 241 (94.53% from 255 or 46.53% from 518); Blue value is 162 (63.67% from 255 or 31.27% from 518); Max value from RGB is 241 - color contains mainly: green. Hex color #73F1A2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #73F1A2 is #8C0E5D. Grayscale: #C2C2C2. Windows color (decimal): -9178718 or 10678643. OLE color: 10678643.

HSL color Cylindrical-coordinate representation of color #73F1A2: hue angle of 142.38º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73F1A2 is Cyan = 0.52, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB115241162-
CMYK0.5200.330.05
HSL142.38º81.82%69.8%-
HSV(B)142.38º52.28%94.51%-
XYZ45.0569.1645.16-
YUV194.32109.7671.42-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 22.20%
GREEN value IS 241 (94.53% from 255) = 46.53%
BLUE value IS 162 (63.67% from 255) = 31.27%
R=22.20%
G=46.53%
B=31.27%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1152411620.5200.330.05142.3881.8269.8
Hex73F1A23402158e5246
Octal163361242640415216122106
Binary1110011111100011010001011010001000011011000111010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73F1A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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