#73C1A5

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

Shades of Medium Aquamarine #73C1A5

Tints of Medium Aquamarine #73C1A5

Color information

#73C1A5 (or 0x73C1A5) is unknown color: approx Medium Aquamarine. HEX triplet: 73, C1 and A5. RGB value is (115,193,165). Sum of RGB (Red+Green+Blue) = 115+193+165=473 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.31% from 473); Green value is 193 (75.78% from 255 or 40.80% from 473); Blue value is 165 (64.84% from 255 or 34.88% from 473); Max value from RGB is 193 - color contains mainly: green. Hex color #73C1A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73C1A5 is #8C3E5A. Grayscale: #A6A6A6. Windows color (decimal): -9191003 or 10862963. OLE color: 10862963.

HSL color Cylindrical-coordinate representation of color #73C1A5: hue angle of 158.46º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #73C1A5 is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB115193165-
CMYK0.4000.150.24
HSL158.46º38.61%60.39%-
HSV(B)158.46º40.41%75.69%-
XYZ32.9344.542.45-
YUV166.49127.1691.28-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.31%
GREEN value IS 193 (75.78% from 255) = 40.80%
BLUE value IS 165 (64.84% from 255) = 34.88%
R=24.31%
G=40.80%
B=34.88%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1151931650.4000.150.24158.4638.6160.39
Hex73C1A5280F189e273c
Octal16330124550017302364774
Binary11100111100000110100101101000011111100010011110100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73C1A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,193,165); }

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

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

 a { background-color: rgb(115,193,165); }

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

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

 span { border-color: rgb(115,193,165); }

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