#73F4DE

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

Shades of Aquamarine #73F4DE

Tints of Aquamarine #73F4DE

Color information

#73F4DE (or 0x73F4DE) is unknown color: approx Aquamarine. HEX triplet: 73, F4 and DE. RGB value is (115,244,222). Sum of RGB (Red+Green+Blue) = 115+244+222=581 (76% of max value = 765). Red value is 115 (45.31% from 255 or 19.79% from 581); Green value is 244 (95.70% from 255 or 42.00% from 581); Blue value is 222 (87.11% from 255 or 38.21% from 581); Max value from RGB is 244 - color contains mainly: green. Hex color #73F4DE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73F4DE is #8C0B21. Grayscale: #CACACA. Windows color (decimal): -9177890 or 14611571. OLE color: 14611571.

HSL color Cylindrical-coordinate representation of color #73F4DE: hue angle of 169.77º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #73F4DE is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB115244222-
CMYK0.5300.090.04
HSL169.77º85.43%70.39%-
HSV(B)169.77º52.87%95.69%-
XYZ52.6173.6280.54-
YUV202.92138.7665.29-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 19.79%
GREEN value IS 244 (95.70% from 255) = 42.00%
BLUE value IS 222 (87.11% from 255) = 38.21%
R=19.79%
G=42.00%
B=38.21%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1152442220.5300.090.04169.7785.4370.39
Hex73F4DE35094aa5546
Octal163364336650114252125106
Binary11100111111010011011110110101010011001010101010101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73F4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,244,222); }

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

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

 a { background-color: rgb(115,244,222); }

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

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

 span { border-color: rgb(115,244,222); }

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