#73C1A2

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

Shades of Medium Aquamarine #73C1A2

Tints of Medium Aquamarine #73C1A2

Color information

#73C1A2 (or 0x73C1A2) is unknown color: approx Medium Aquamarine. HEX triplet: 73, C1 and A2. RGB value is (115,193,162). Sum of RGB (Red+Green+Blue) = 115+193+162=470 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.47% from 470); Green value is 193 (75.78% from 255 or 41.06% from 470); Blue value is 162 (63.67% from 255 or 34.47% from 470); Max value from RGB is 193 - color contains mainly: green. Hex color #73C1A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73C1A2 is #8C3E5D. Grayscale: #A6A6A6. Windows color (decimal): -9191006 or 10666355. OLE color: 10666355.

HSL color Cylindrical-coordinate representation of color #73C1A2: hue angle of 156.15º 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 #73C1A2 is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB115193162-
CMYK0.4000.160.24
HSL156.15º38.61%60.39%-
HSV(B)156.15º40.41%75.69%-
XYZ32.6644.3941.03-
YUV166.14125.6691.52-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.47%
GREEN value IS 193 (75.78% from 255) = 41.06%
BLUE value IS 162 (63.67% from 255) = 34.47%
R=24.47%
G=41.06%
B=34.47%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1151931620.4000.160.24156.1538.6160.39
Hex73C1A228010189c273c
Octal16330124250020302344774
Binary111001111000001101000101010000100001100010011100100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73C1A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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