#73CAA4

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

Shades of Medium Aquamarine #73CAA4

Tints of Medium Aquamarine #73CAA4

Color information

#73CAA4 (or 0x73CAA4) is unknown color: approx Medium Aquamarine. HEX triplet: 73, CA and A4. RGB value is (115,202,164). Sum of RGB (Red+Green+Blue) = 115+202+164=481 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.91% from 481); Green value is 202 (79.30% from 255 or 42.00% from 481); Blue value is 164 (64.45% from 255 or 34.10% from 481); Max value from RGB is 202 - color contains mainly: green. Hex color #73CAA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73CAA4 is #8C355B. Grayscale: #ABABAB. Windows color (decimal): -9188700 or 10799731. OLE color: 10799731.

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

Color convert

RGB115202164-
CMYK0.4300.190.21
HSL153.79º45.08%62.16%-
HSV(B)153.79º43.07%79.22%-
XYZ34.8948.5742.66-
YUV171.66123.6887.59-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.91%
GREEN value IS 202 (79.30% from 255) = 42.00%
BLUE value IS 164 (64.45% from 255) = 34.10%
R=23.91%
G=42.00%
B=34.10%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1152021640.4300.190.21153.7945.0862.16
Hex73CAA42B013159a2d3e
Octal16331224453023252325576
Binary111001111001010101001001010110100111010110011010101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73CAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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