Html Css Color HEX #73D1AC Medium Aquamarine

📋 copy color: '#73D1AC'

red 115 ◦ green 209 ◦ blue 172

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

Shades of Medium Aquamarine #73D1AC

Tints of Medium Aquamarine #73D1AC

RGB

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

 GREEN value IS 209 (82.03% from 255) = 42.14%

 BLUE value IS 172 (67.58% from 255) = 34.68%

R = 23.19%
G = 42.14%
B = 34.68%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#73D1AC (or 0x73D1AC) is known color: Medium Aquamarine. HEX triplet: 73, D1 and AC. RGB value is (115,209,172). Sum of RGB (Red+Green+Blue) = 115+209+172=496 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.19% from 496); Green value is 209 (82.03% from 255 or 42.14% from 496); Blue value is 172 (67.58% from 255 or 34.68% from 496); Max value from RGB is 209 - color contains mainly: green. Hex color #73D1AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73D1AC is #8C2E53. Grayscale: #B0B0B0. Windows color (decimal): -9186900 or 11325811. OLE color: 11325811.

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

Color convert

RGB 115 209 172 -
CMYK 0.45 0 0.18 0.18
HSL 156.38º 0.51% 0.64% -
HSV(B) 156.38º 0.45% 0.82% -
XYZ 37.32 52.22 47.14 -
YUV 176.68 125.36 84.01 -
System Red Green Blue C M Y K H S L
Decimal 115 209 172 0.45 0 0.18 0.18 156.38 0.51 0.64
Hex 73 D1 AC 2D 0 12 12 9C 33 40
Octal 163 321 254 55 0 22 22 234 63 100
Binary 1110011 11010001 10101100 101101 0 10010 10010 10011100 110011 1000000

Color Harmonies of #73D1AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73D1AC

Black with #73D1AC

Text Example


Text Example

White with #73D1AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,209,172); }

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

background-color css

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

 a { background-color: rgb(115,209,172); }

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

border-color css

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

 span { border-color: rgb(115,209,172); }

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