#73CAA2

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

Shades of Medium Aquamarine #73CAA2

Tints of Medium Aquamarine #73CAA2

Color information

#73CAA2 (or 0x73CAA2) is unknown color: approx Medium Aquamarine. HEX triplet: 73, CA and A2. RGB value is (115,202,162). Sum of RGB (Red+Green+Blue) = 115+202+162=479 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.01% from 479); Green value is 202 (79.30% from 255 or 42.17% from 479); Blue value is 162 (63.67% from 255 or 33.82% from 479); Max value from RGB is 202 - color contains mainly: green. Hex color #73CAA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73CAA2 is #8C355D. Grayscale: #ABABAB. Windows color (decimal): -9188702 or 10668659. OLE color: 10668659.

HSL color Cylindrical-coordinate representation of color #73CAA2: hue angle of 152.41º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #73CAA2 is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.

Color convert

RGB115202162-
CMYK0.4300.200.21
HSL152.41º45.08%62.16%-
HSV(B)152.41º43.07%79.22%-
XYZ34.7148.4941.71-
YUV171.43122.6887.75-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.01%
GREEN value IS 202 (79.30% from 255) = 42.17%
BLUE value IS 162 (63.67% from 255) = 33.82%
R=24.01%
G=42.17%
B=33.82%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1152021620.4300.200.21152.4145.0862.16
Hex73CAA22B01415982d3e
Octal16331224253024252305576
Binary111001111001010101000101010110101001010110011000101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73CAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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