#73FED4

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

Shades of Aquamarine #73FED4

Tints of Aquamarine #73FED4

Color information

#73FED4 (or 0x73FED4) is unknown color: approx Aquamarine. HEX triplet: 73, FE and D4. RGB value is (115,254,212). Sum of RGB (Red+Green+Blue) = 115+254+212=581 (76% of max value = 765). Red value is 115 (45.31% from 255 or 19.79% from 581); Green value is 254 (99.61% from 255 or 43.72% from 581); Blue value is 212 (83.20% from 255 or 36.49% from 581); Max value from RGB is 254 - color contains mainly: green. Hex color #73FED4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73FED4 is #8C012B. Grayscale: #CFCFCF. Windows color (decimal): -9175340 or 13958771. OLE color: 13958771.

HSL color Cylindrical-coordinate representation of color #73FED4: hue angle of 161.87º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73FED4 is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.

Color convert

RGB115254212-
CMYK0.5500.170.00
HSL161.87º98.58%72.35%-
HSV(B)161.87º54.72%99.61%-
XYZ54.479.2874.72-
YUV207.65130.4561.92-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 19.79%
GREEN value IS 254 (99.61% from 255) = 43.72%
BLUE value IS 212 (83.20% from 255) = 36.49%
R=19.79%
G=43.72%
B=36.49%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1152542120.5500.170.00161.8798.5872.35
Hex73FED4370110a26348
Octal163376324670210242143110
Binary1110011111111101101010011011101000101010001011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73FED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,254,212); }

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

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

 a { background-color: rgb(115,254,212); }

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

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

 span { border-color: rgb(115,254,212); }

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