#73FAD2

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

Shades of Aquamarine #73FAD2

Tints of Aquamarine #73FAD2

Color information

#73FAD2 (or 0x73FAD2) is unknown color: approx Aquamarine. HEX triplet: 73, FA and D2. RGB value is (115,250,210). Sum of RGB (Red+Green+Blue) = 115+250+210=575 (76% of max value = 765). Red value is 115 (45.31% from 255 or 20% from 575); Green value is 250 (98.05% from 255 or 43.48% from 575); Blue value is 210 (82.42% from 255 or 36.52% from 575); Max value from RGB is 250 - color contains mainly: green. Hex color #73FAD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73FAD2 is #8C052D. Grayscale: #CDCDCD. Windows color (decimal): -9176366 or 13826675. OLE color: 13826675.

HSL color Cylindrical-coordinate representation of color #73FAD2: hue angle of 162.22º 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 #73FAD2 is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB115250210-
CMYK0.5400.160.02
HSL162.22º93.1%71.57%-
HSV(B)162.22º54%98.04%-
XYZ52.8976.6772.98-
YUV205.08130.7763.75-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 20%
GREEN value IS 250 (98.05% from 255) = 43.48%
BLUE value IS 210 (82.42% from 255) = 36.52%
R=20%
G=43.48%
B=36.52%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1152502100.5400.160.02162.2293.171.57
Hex73FAD2360102a25d48
Octal163372322660202242135110
Binary11100111111101011010010110110010000101010001010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73FAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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