#73fee1

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

Shades of Aquamarine #73FEE1

Tints of Aquamarine #73FEE1

Color information

#73FEE1 (or 0x73FEE1) is unknown color: approx Aquamarine. HEX triplet: 73, FE and E1. RGB value is (115,254,225). Sum of RGB (Red+Green+Blue) = 115+254+225=594 (78% of max value = 765). Red value is 115 (45.31% from 255 or 19.36% from 594); Green value is 254 (99.61% from 255 or 42.76% from 594); Blue value is 225 (88.28% from 255 or 37.88% from 594); Max value from RGB is 254 - color contains mainly: green. Hex color #73FEE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73FEE1 is #8C011E. Grayscale: #D1D1D1. Windows color (decimal): -9175327 or 14810739. OLE color: 14810739.

HSL color Cylindrical-coordinate representation of color #73FEE1: hue angle of 167.48º 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 #73FEE1 is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.

Color convert

RGB115254225-
CMYK0.5500.110.00
HSL167.48º98.58%72.35%-
HSV(B)167.48º54.72%99.61%-
XYZ56.179.9683.71-
YUV209.13136.9560.86-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 19.36%
GREEN value IS 254 (99.61% from 255) = 42.76%
BLUE value IS 225 (88.28% from 255) = 37.88%
R=19.36%
G=42.76%
B=37.88%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1152542250.5500.110.00167.4898.5872.35
Hex73FEE1370B0a76348
Octal163376341670130247143110
Binary111001111111110111000011101110101101010011111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73fee1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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