#73F1E2

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

Shades of Aquamarine #73F1E2

Tints of Aquamarine #73F1E2

Color information

#73F1E2 (or 0x73F1E2) is unknown color: approx Aquamarine. HEX triplet: 73, F1 and E2. RGB value is (115,241,226). Sum of RGB (Red+Green+Blue) = 115+241+226=582 (77% of max value = 765). Red value is 115 (45.31% from 255 or 19.76% from 582); Green value is 241 (94.53% from 255 or 41.41% from 582); Blue value is 226 (88.67% from 255 or 38.83% from 582); Max value from RGB is 241 - color contains mainly: green. Hex color #73F1E2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73F1E2 is #8C0E1D. Grayscale: #C9C9C9. Windows color (decimal): -9178654 or 14872947. OLE color: 14872947.

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

Color convert

RGB115241226-
CMYK0.5200.060.05
HSL172.86º81.82%69.8%-
HSV(B)172.86º52.28%94.51%-
XYZ52.2572.0583.1-
YUV201.62141.7666.22-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 19.76%
GREEN value IS 241 (94.53% from 255) = 41.41%
BLUE value IS 226 (88.67% from 255) = 38.83%
R=19.76%
G=41.41%
B=38.83%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1152412260.5200.060.05172.8681.8269.8
Hex73F1E234065ad5246
Octal16336134264065255122106
Binary1110011111100011110001011010001101011010110110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73F1E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,241,226); }

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

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

 a { background-color: rgb(115,241,226); }

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

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

 span { border-color: rgb(115,241,226); }

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