Html Css Color HEX #73DCA2 Medium Aquamarine

📋 copy color: '#73DCA2'

red 115 ◦ green 220 ◦ blue 162

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

Shades of Medium Aquamarine #73DCA2

Tints of Medium Aquamarine #73DCA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 32.6%

R = 23.14%
G = 44.27%
B = 32.6%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#73DCA2 (or 0x73DCA2) is known color: Medium Aquamarine. HEX triplet: 73, DC and A2. RGB value is (115,220,162). Sum of RGB (Red+Green+Blue) = 115+220+162=497 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.14% from 497); Green value is 220 (86.33% from 255 or 44.27% from 497); Blue value is 162 (63.67% from 255 or 32.60% from 497); Max value from RGB is 220 - color contains mainly: green. Hex color #73DCA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73DCA2 is #8C235D. Grayscale: #B6B6B6. Windows color (decimal): -9184094 or 10673267. OLE color: 10673267.

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

Color convert

RGB 115 220 162 -
CMYK 0.48 0 0.26 0.14
HSL 146.86º 0.6% 0.66% -
HSV(B) 146.86º 0.48% 0.86% -
XYZ 39.19 57.44 43.2 -
YUV 181.99 116.71 80.22 -
System Red Green Blue C M Y K H S L
Decimal 115 220 162 0.48 0 0.26 0.14 146.86 0.6 0.66
Hex 73 DC A2 30 0 1A E 93 3C 42
Octal 163 334 242 60 0 32 16 223 74 102
Binary 1110011 11011100 10100010 110000 0 11010 1110 10010011 111100 1000010

Color Harmonies of #73DCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73DCA2

Black with #73DCA2

Text Example


Text Example

White with #73DCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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