#73DCA1

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

Shades of Medium Aquamarine #73DCA1

Tints of Medium Aquamarine #73DCA1

Color information

#73DCA1 (or 0x73DCA1) is unknown color: approx Medium Aquamarine. HEX triplet: 73, DC and A1. RGB value is (115,220,161). Sum of RGB (Red+Green+Blue) = 115+220+161=496 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.19% from 496); Green value is 220 (86.33% from 255 or 44.35% from 496); Blue value is 161 (63.28% from 255 or 32.46% from 496); Max value from RGB is 220 - color contains mainly: green. Hex color #73DCA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73DCA1 is #8C235E. Grayscale: #B6B6B6. Windows color (decimal): -9184095 or 10607731. OLE color: 10607731.

HSL color Cylindrical-coordinate representation of color #73DCA1: hue angle of 146.29º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73DCA1 is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB115220161-
CMYK0.4800.270.14
HSL146.29º60%65.69%-
HSV(B)146.29º47.73%86.27%-
XYZ39.157.442.74-
YUV181.88116.2180.3-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.19%
GREEN value IS 220 (86.33% from 255) = 44.35%
BLUE value IS 161 (63.28% from 255) = 32.46%
R=23.19%
G=44.35%
B=32.46%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1152201610.4800.270.14146.296065.69
Hex73DCA13001BE923c42
Octal163334241600331622274102
Binary111001111011100101000011100000110111110100100101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73DCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,220,161); }

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

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

 a { background-color: rgb(115,220,161); }

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

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

 span { border-color: rgb(115,220,161); }

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