#73F0AD

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

Shades of Medium Aquamarine #73F0AD

Tints of Medium Aquamarine #73F0AD

Color information

#73F0AD (or 0x73F0AD) is unknown color: approx Medium Aquamarine. HEX triplet: 73, F0 and AD. RGB value is (115,240,173). Sum of RGB (Red+Green+Blue) = 115+240+173=528 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.78% from 528); Green value is 240 (94.14% from 255 or 45.45% from 528); Blue value is 173 (67.97% from 255 or 32.77% from 528); Max value from RGB is 240 - color contains mainly: green. Hex color #73F0AD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #73F0AD is #8C0F52. Grayscale: #C3C3C3. Windows color (decimal): -9178963 or 11399283. OLE color: 11399283.

HSL color Cylindrical-coordinate representation of color #73F0AD: hue angle of 147.84º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73F0AD is Cyan = 0.52, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB115240173-
CMYK0.5200.280.06
HSL147.84º80.65%69.61%-
HSV(B)147.84º52.08%94.12%-
XYZ45.7768.9850.44-
YUV194.99115.5970.95-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 21.78%
GREEN value IS 240 (94.14% from 255) = 45.45%
BLUE value IS 173 (67.97% from 255) = 32.77%
R=21.78%
G=45.45%
B=32.77%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1152401730.5200.280.06147.8480.6569.61
Hex73F0AD3401C6945146
Octal163360255640346224121106
Binary111001111110000101011011101000111001101001010010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73F0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,240,173); }

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

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

 a { background-color: rgb(115,240,173); }

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

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

 span { border-color: rgb(115,240,173); }

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