Html Css Color HEX #73DCA6 Medium Aquamarine

📋 copy color: '#73DCA6'

red 115 ◦ green 220 ◦ blue 166

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

Shades of Medium Aquamarine #73DCA6

Tints of Medium Aquamarine #73DCA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 33.13%

R = 22.95%
G = 43.91%
B = 33.13%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#73DCA6 (or 0x73DCA6) is known color: Medium Aquamarine. HEX triplet: 73, DC and A6. RGB value is (115,220,166). Sum of RGB (Red+Green+Blue) = 115+220+166=501 (66% of max value = 765). Red value is 115 (45.31% from 255 or 22.95% from 501); Green value is 220 (86.33% from 255 or 43.91% from 501); Blue value is 166 (65.23% from 255 or 33.13% from 501); Max value from RGB is 220 - color contains mainly: green. Hex color #73DCA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73DCA6 is #8C2359. Grayscale: #B6B6B6. Windows color (decimal): -9184090 or 10935411. OLE color: 10935411.

HSL color Cylindrical-coordinate representation of color #73DCA6: hue angle of 149.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 #73DCA6 is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 115 220 166 -
CMYK 0.48 0 0.25 0.14
HSL 149.14º 0.6% 0.66% -
HSV(B) 149.14º 0.48% 0.86% -
XYZ 39.55 57.58 45.11 -
YUV 182.45 118.71 79.89 -
System Red Green Blue C M Y K H S L
Decimal 115 220 166 0.48 0 0.25 0.14 149.14 0.6 0.66
Hex 73 DC A6 30 0 19 E 95 3C 42
Octal 163 334 246 60 0 31 16 225 74 102
Binary 1110011 11011100 10100110 110000 0 11001 1110 10010101 111100 1000010

Color Harmonies of #73DCA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73DCA6

Black with #73DCA6

Text Example


Text Example

White with #73DCA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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