#73D0A8

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

Shades of Medium Aquamarine #73D0A8

Tints of Medium Aquamarine #73D0A8

Color information

#73D0A8 (or 0x73D0A8) is unknown color: approx Medium Aquamarine. HEX triplet: 73, D0 and A8. RGB value is (115,208,168). Sum of RGB (Red+Green+Blue) = 115+208+168=491 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.42% from 491); Green value is 208 (81.64% from 255 or 42.36% from 491); Blue value is 168 (66.02% from 255 or 34.22% from 491); Max value from RGB is 208 - color contains mainly: green. Hex color #73D0A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73D0A8 is #8C2F57. Grayscale: #AFAFAF. Windows color (decimal): -9187160 or 11063411. OLE color: 11063411.

HSL color Cylindrical-coordinate representation of color #73D0A8: hue angle of 154.19º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #73D0A8 is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB115208168-
CMYK0.4500.190.18
HSL154.19º49.73%63.33%-
HSV(B)154.19º44.71%81.57%-
XYZ36.6951.5845.07-
YUV175.63123.6984.75-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.42%
GREEN value IS 208 (81.64% from 255) = 42.36%
BLUE value IS 168 (66.02% from 255) = 34.22%
R=23.42%
G=42.36%
B=34.22%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1152081680.4500.190.18154.1949.7363.33
Hex73D0A82D013129a323f
Octal16332025055023222326277
Binary111001111010000101010001011010100111001010011010110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73D0A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,208,168); }

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

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

 a { background-color: rgb(115,208,168); }

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

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

 span { border-color: rgb(115,208,168); }

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