#73FAE1

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

Shades of Aquamarine #73FAE1

Tints of Aquamarine #73FAE1

Color information

#73FAE1 (or 0x73FAE1) is unknown color: approx Aquamarine. HEX triplet: 73, FA and E1. RGB value is (115,250,225). Sum of RGB (Red+Green+Blue) = 115+250+225=590 (78% of max value = 765). Red value is 115 (45.31% from 255 or 19.49% from 590); Green value is 250 (98.05% from 255 or 42.37% from 590); Blue value is 225 (88.28% from 255 or 38.14% from 590); Max value from RGB is 250 - color contains mainly: green. Hex color #73FAE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73FAE1 is #8C051E. Grayscale: #CECECE. Windows color (decimal): -9176351 or 14809715. OLE color: 14809715.

HSL color Cylindrical-coordinate representation of color #73FAE1: hue angle of 168.89º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73FAE1 is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB115250225-
CMYK0.5400.100.02
HSL168.89º93.1%71.57%-
HSV(B)168.89º54%98.04%-
XYZ54.8577.4583.29-
YUV206.78138.2762.53-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 19.49%
GREEN value IS 250 (98.05% from 255) = 42.37%
BLUE value IS 225 (88.28% from 255) = 38.14%
R=19.49%
G=42.37%
B=38.14%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1152502250.5400.100.02168.8993.171.57
Hex73FAE1360A2a95d48
Octal163372341660122251135110
Binary1110011111110101110000111011001010101010100110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73FAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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