#73CAAA

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

Shades of Medium Aquamarine #73CAAA

Tints of Medium Aquamarine #73CAAA

Color information

#73CAAA (or 0x73CAAA) is unknown color: approx Medium Aquamarine. HEX triplet: 73, CA and AA. RGB value is (115,202,170). Sum of RGB (Red+Green+Blue) = 115+202+170=487 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.61% from 487); Green value is 202 (79.30% from 255 or 41.48% from 487); Blue value is 170 (66.80% from 255 or 34.91% from 487); Max value from RGB is 202 - color contains mainly: green. Hex color #73CAAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73CAAA is #8C3555. Grayscale: #ACACAC. Windows color (decimal): -9188694 or 11192947. OLE color: 11192947.

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

Color convert

RGB115202170-
CMYK0.4300.160.21
HSL157.93º45.08%62.16%-
HSV(B)157.93º43.07%79.22%-
XYZ35.4548.7945.58-
YUV172.34126.6887.1-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.61%
GREEN value IS 202 (79.30% from 255) = 41.48%
BLUE value IS 170 (66.80% from 255) = 34.91%
R=23.61%
G=41.48%
B=34.91%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1152021700.4300.160.21157.9345.0862.16
Hex73CAAA2B010159e2d3e
Octal16331225253020252365576
Binary111001111001010101010101010110100001010110011110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73CAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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