#73F7D5

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

Shades of Aquamarine #73F7D5

Tints of Aquamarine #73F7D5

Color information

#73F7D5 (or 0x73F7D5) is unknown color: approx Aquamarine. HEX triplet: 73, F7 and D5. RGB value is (115,247,213). Sum of RGB (Red+Green+Blue) = 115+247+213=575 (76% of max value = 765). Red value is 115 (45.31% from 255 or 20% from 575); Green value is 247 (96.88% from 255 or 42.96% from 575); Blue value is 213 (83.59% from 255 or 37.04% from 575); Max value from RGB is 247 - color contains mainly: green. Hex color #73F7D5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73F7D5 is #8C082A. Grayscale: #CBCBCB. Windows color (decimal): -9177131 or 14022515. OLE color: 14022515.

HSL color Cylindrical-coordinate representation of color #73F7D5: hue angle of 164.55º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #73F7D5 is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.03.

Color convert

RGB115247213-
CMYK0.5300.140.03
HSL164.55º89.19%70.98%-
HSV(B)164.55º53.44%96.86%-
XYZ52.3474.9774.66-
YUV203.66133.2764.76-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 20%
GREEN value IS 247 (96.88% from 255) = 42.96%
BLUE value IS 213 (83.59% from 255) = 37.04%
R=20%
G=42.96%
B=37.04%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1152472130.5300.140.03164.5589.1970.98
Hex73F7D5350E3a55947
Octal163367325650163245131107
Binary1110011111101111101010111010101110111010010110110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73F7D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,247,213); }

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

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

 a { background-color: rgb(115,247,213); }

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

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

 span { border-color: rgb(115,247,213); }

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