#73FAD3

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

Shades of Aquamarine #73FAD3

Tints of Aquamarine #73FAD3

Color information

#73FAD3 (or 0x73FAD3) is unknown color: approx Aquamarine. HEX triplet: 73, FA and D3. RGB value is (115,250,211). Sum of RGB (Red+Green+Blue) = 115+250+211=576 (76% of max value = 765). Red value is 115 (45.31% from 255 or 19.97% from 576); Green value is 250 (98.05% from 255 or 43.40% from 576); Blue value is 211 (82.81% from 255 or 36.63% from 576); Max value from RGB is 250 - color contains mainly: green. Hex color #73FAD3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73FAD3 is #8C052C. Grayscale: #CDCDCD. Windows color (decimal): -9176365 or 13892211. OLE color: 13892211.

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

Color convert

RGB115250211-
CMYK0.5400.160.02
HSL162.67º93.1%71.57%-
HSV(B)162.67º54%98.04%-
XYZ53.0176.7273.64-
YUV205.19131.2763.67-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 19.97%
GREEN value IS 250 (98.05% from 255) = 43.40%
BLUE value IS 211 (82.81% from 255) = 36.63%
R=19.97%
G=43.40%
B=36.63%

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
Decimal1152502110.5400.160.02162.6793.171.57
Hex73FAD3360102a35d48
Octal163372323660202243135110
Binary11100111111101011010011110110010000101010001110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73FAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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