#73dfa8

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

Shades of Medium Aquamarine #73DFA8

Tints of Medium Aquamarine #73DFA8

Color information

#73DFA8 (or 0x73DFA8) is unknown color: approx Medium Aquamarine. HEX triplet: 73, DF and A8. RGB value is (115,223,168). Sum of RGB (Red+Green+Blue) = 115+223+168=506 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.73% from 506); Green value is 223 (87.5% from 255 or 44.07% from 506); Blue value is 168 (66.02% from 255 or 33.20% from 506); Max value from RGB is 223 - color contains mainly: green. Hex color #73DFA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73DFA8 is #8C2057. Grayscale: #B8B8B8. Windows color (decimal): -9183320 or 11067251. OLE color: 11067251.

HSL color Cylindrical-coordinate representation of color #73DFA8: hue angle of 149.44º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73DFA8 is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB115223168-
CMYK0.4800.250.13
HSL149.44º62.79%66.27%-
HSV(B)149.44º48.43%87.45%-
XYZ40.5359.2546.35-
YUV184.44118.7278.47-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 22.73%
GREEN value IS 223 (87.5% from 255) = 44.07%
BLUE value IS 168 (66.02% from 255) = 33.20%
R=22.73%
G=44.07%
B=33.20%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1152231680.4800.250.13149.4462.7966.27
Hex73DFA830019D953f42
Octal163337250600311522577102
Binary111001111011111101010001100000110011101100101011111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73dfa8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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