#73FAD4

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

Shades of Aquamarine #73FAD4

Tints of Aquamarine #73FAD4

Color information

#73FAD4 (or 0x73FAD4) is unknown color: approx Aquamarine. HEX triplet: 73, FA and D4. RGB value is (115,250,212). Sum of RGB (Red+Green+Blue) = 115+250+212=577 (76% of max value = 765). Red value is 115 (45.31% from 255 or 19.93% from 577); Green value is 250 (98.05% from 255 or 43.33% from 577); Blue value is 212 (83.20% from 255 or 36.74% from 577); Max value from RGB is 250 - color contains mainly: green. Hex color #73FAD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73FAD4 is #8C052B. Grayscale: #CDCDCD. Windows color (decimal): -9176364 or 13957747. OLE color: 13957747.

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

Color convert

RGB115250212-
CMYK0.5400.150.02
HSL163.11º93.1%71.57%-
HSV(B)163.11º54%98.04%-
XYZ53.1476.7774.3-
YUV205.3131.7763.59-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 19.93%
GREEN value IS 250 (98.05% from 255) = 43.33%
BLUE value IS 212 (83.20% from 255) = 36.74%
R=19.93%
G=43.33%
B=36.74%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1152502120.5400.150.02163.1193.171.57
Hex73FAD4360F2a35d48
Octal163372324660172243135110
Binary1110011111110101101010011011001111101010001110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73FAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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