#73C3A3

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

Shades of Medium Aquamarine #73C3A3

Tints of Medium Aquamarine #73C3A3

Color information

#73C3A3 (or 0x73C3A3) is unknown color: approx Medium Aquamarine. HEX triplet: 73, C3 and A3. RGB value is (115,195,163). Sum of RGB (Red+Green+Blue) = 115+195+163=473 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.31% from 473); Green value is 195 (76.56% from 255 or 41.23% from 473); Blue value is 163 (64.06% from 255 or 34.46% from 473); Max value from RGB is 195 - color contains mainly: green. Hex color #73C3A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73C3A3 is #8C3C5C. Grayscale: #A7A7A7. Windows color (decimal): -9190493 or 10732403. OLE color: 10732403.

HSL color Cylindrical-coordinate representation of color #73C3A3: hue angle of 156º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #73C3A3 is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB115195163-
CMYK0.4100.160.24
HSL156º40%60.78%-
HSV(B)156º41.03%76.47%-
XYZ33.245.3241.65-
YUV167.43125.590.6-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.31%
GREEN value IS 195 (76.56% from 255) = 41.23%
BLUE value IS 163 (64.06% from 255) = 34.46%
R=24.31%
G=41.23%
B=34.46%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1151951630.4100.160.241564060.78
Hex73C3A329010189c283d
Octal16330324351020302345075
Binary111001111000011101000111010010100001100010011100101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73C3A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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