#73CCA3

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

Shades of Medium Aquamarine #73CCA3

Tints of Medium Aquamarine #73CCA3

Color information

#73CCA3 (or 0x73CCA3) is unknown color: approx Medium Aquamarine. HEX triplet: 73, CC and A3. RGB value is (115,204,163). Sum of RGB (Red+Green+Blue) = 115+204+163=482 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.86% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 163 (64.06% from 255 or 33.82% from 482); Max value from RGB is 204 - color contains mainly: green. Hex color #73CCA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73CCA3 is #8C335C. Grayscale: #ACACAC. Windows color (decimal): -9188189 or 10734707. OLE color: 10734707.

HSL color Cylindrical-coordinate representation of color #73CCA3: hue angle of 152.36º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #73CCA3 is Cyan = 0.44, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.2.

Color convert

RGB115204163-
CMYK0.4400.200.2
HSL152.36º46.6%62.55%-
HSV(B)152.36º43.63%80%-
XYZ35.2749.4742.34-
YUV172.71122.5186.83-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.86%
GREEN value IS 204 (80.08% from 255) = 42.32%
BLUE value IS 163 (64.06% from 255) = 33.82%
R=23.86%
G=42.32%
B=33.82%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1152041630.4400.200.2152.3646.662.55
Hex73CCA32C01414982f3f
Octal16331424354024242305777
Binary111001111001100101000111011000101001010010011000101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73CCA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,204,163); }

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

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

 a { background-color: rgb(115,204,163); }

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

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

 span { border-color: rgb(115,204,163); }

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