#73C6A6

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

Shades of Medium Aquamarine #73C6A6

Tints of Medium Aquamarine #73C6A6

Color information

#73C6A6 (or 0x73C6A6) is unknown color: approx Medium Aquamarine. HEX triplet: 73, C6 and A6. RGB value is (115,198,166). Sum of RGB (Red+Green+Blue) = 115+198+166=479 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.01% from 479); Green value is 198 (77.73% from 255 or 41.34% from 479); Blue value is 166 (65.23% from 255 or 34.66% from 479); Max value from RGB is 198 - color contains mainly: green. Hex color #73C6A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73C6A6 is #8C3959. Grayscale: #A9A9A9. Windows color (decimal): -9189722 or 10929779. OLE color: 10929779.

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

Color convert

RGB115198166-
CMYK0.4200.160.22
HSL156.87º42.13%61.37%-
HSV(B)156.87º41.92%77.65%-
XYZ34.1546.7943.31-
YUV169.5412689.1-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.01%
GREEN value IS 198 (77.73% from 255) = 41.34%
BLUE value IS 166 (65.23% from 255) = 34.66%
R=24.01%
G=41.34%
B=34.66%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1151981660.4200.160.22156.8742.1361.37
Hex73C6A62A010169d2a3d
Octal16330624652020262355275
Binary111001111000110101001101010100100001011010011101101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73C6A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,198,166); }

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

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

 a { background-color: rgb(115,198,166); }

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

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

 span { border-color: rgb(115,198,166); }

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