#73faaa

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

Shades of Aquamarine #73FAAA

Tints of Aquamarine #73FAAA

Color information

#73FAAA (or 0x73FAAA) is unknown color: approx Aquamarine. HEX triplet: 73, FA and AA. RGB value is (115,250,170). Sum of RGB (Red+Green+Blue) = 115+250+170=535 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.50% from 535); Green value is 250 (98.05% from 255 or 46.73% from 535); Blue value is 170 (66.80% from 255 or 31.78% from 535); Max value from RGB is 250 - color contains mainly: green. Hex color #73FAAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #73FAAA is #8C0555. Grayscale: #C8C8C8. Windows color (decimal): -9176406 or 11205235. OLE color: 11205235.

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

Color convert

RGB115250170-
CMYK0.5400.320.02
HSL144.44º93.1%71.57%-
HSV(B)144.44º54%98.04%-
XYZ48.5174.9249.93-
YUV200.52110.7767-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 21.50%
GREEN value IS 250 (98.05% from 255) = 46.73%
BLUE value IS 170 (66.80% from 255) = 31.78%
R=21.50%
G=46.73%
B=31.78%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1152501700.5400.320.02144.4493.171.57
Hex73FAAA360202905d48
Octal163372252660402220135110
Binary111001111111010101010101101100100000101001000010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73faaa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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