#73FADD

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

Shades of Aquamarine #73FADD

Tints of Aquamarine #73FADD

Color information

#73FADD (or 0x73FADD) is unknown color: approx Aquamarine. HEX triplet: 73, FA and DD. RGB value is (115,250,221). Sum of RGB (Red+Green+Blue) = 115+250+221=586 (77% of max value = 765). Red value is 115 (45.31% from 255 or 19.62% from 586); Green value is 250 (98.05% from 255 or 42.66% from 586); Blue value is 221 (86.72% from 255 or 37.71% from 586); Max value from RGB is 250 - color contains mainly: green. Hex color #73FADD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73FADD is #8C0522. Grayscale: #CECECE. Windows color (decimal): -9176355 or 14547571. OLE color: 14547571.

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

Color convert

RGB115250221-
CMYK0.5400.120.02
HSL167.11º93.1%71.57%-
HSV(B)167.11º54%98.04%-
XYZ54.3177.2480.45-
YUV206.33136.2762.86-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 19.62%
GREEN value IS 250 (98.05% from 255) = 42.66%
BLUE value IS 221 (86.72% from 255) = 37.71%
R=19.62%
G=42.66%
B=37.71%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1152502210.5400.120.02167.1193.171.57
Hex73FADD360C2a75d48
Octal163372335660142247135110
Binary1110011111110101101110111011001100101010011110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73FADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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