Html Css Color HEX #73DC9F Medium Aquamarine

📋 copy color: '#73DC9F'

red 115 ◦ green 220 ◦ blue 159

#73DC9F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Aquamarine #73DC9F

Tints of Medium Aquamarine #73DC9F

RGB

 RED value IS 115 (45.31% from 255) = 23.28%

 GREEN value IS 220 (86.33% from 255) = 44.53%

 BLUE value IS 159 (62.5% from 255) = 32.19%

R = 23.28%
G = 44.53%
B = 32.19%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#73DC9F (or 0x73DC9F) is known color: Medium Aquamarine. HEX triplet: 73, DC and 9F. RGB value is (115,220,159). Sum of RGB (Red+Green+Blue) = 115+220+159=494 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.28% from 494); Green value is 220 (86.33% from 255 or 44.53% from 494); Blue value is 159 (62.5% from 255 or 32.19% from 494); Max value from RGB is 220 - color contains mainly: green. Hex color #73DC9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73DC9F is #8C2360. Grayscale: #B5B5B5. Windows color (decimal): -9184097 or 10476659. OLE color: 10476659.

HSL color Cylindrical-coordinate representation of color #73DC9F: hue angle of 145.14º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73DC9F is Cyan = 0.48, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB 115 220 159 -
CMYK 0.48 0 0.28 0.14
HSL 145.14º 0.6% 0.66% -
HSV(B) 145.14º 0.48% 0.86% -
XYZ 38.92 57.33 41.82 -
YUV 181.65 115.21 80.46 -
System Red Green Blue C M Y K H S L
Decimal 115 220 159 0.48 0 0.28 0.14 145.14 0.6 0.66
Hex 73 DC 9F 30 0 1C E 91 3C 42
Octal 163 334 237 60 0 34 16 221 74 102
Binary 1110011 11011100 10011111 110000 0 11100 1110 10010001 111100 1000010

Color Harmonies of #73DC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73DC9F

Black with #73DC9F

Text Example


Text Example

White with #73DC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,220,159); }

 H1.HeaderClassName
 {
   color: #73DC9F;
 }
 .AnyTagClassName
 {
   color: #73DC9F;
 }
</style>

background-color css

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

 a { background-color: rgb(115,220,159); }

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

border-color css

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

 span { border-color: rgb(115,220,159); }

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