#73C8AA

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

Shades of Medium Aquamarine #73C8AA

Tints of Medium Aquamarine #73C8AA

Color information

#73C8AA (or 0x73C8AA) is unknown color: approx Medium Aquamarine. HEX triplet: 73, C8 and AA. RGB value is (115,200,170). Sum of RGB (Red+Green+Blue) = 115+200+170=485 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.71% from 485); Green value is 200 (78.52% from 255 or 41.24% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 200 - color contains mainly: green. Hex color #73C8AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73C8AA is #8C3755. Grayscale: #ABABAB. Windows color (decimal): -9189206 or 11192435. OLE color: 11192435.

HSL color Cylindrical-coordinate representation of color #73C8AA: hue angle of 158.82º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #73C8AA is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB115200170-
CMYK0.4200.150.22
HSL158.82º43.59%61.76%-
HSV(B)158.82º42.5%78.43%-
XYZ34.9847.8645.42-
YUV171.16127.3487.94-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.71%
GREEN value IS 200 (78.52% from 255) = 41.24%
BLUE value IS 170 (66.80% from 255) = 35.05%
R=23.71%
G=41.24%
B=35.05%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1152001700.4200.150.22158.8243.5961.76
Hex73C8AA2A0F169f2c3e
Octal16331025252017262375476
Binary11100111100100010101010101010011111011010011111101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73C8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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