Html Css Color HEX #73DCAC Medium Aquamarine

📋 copy color: '#73DCAC'

red 115 ◦ green 220 ◦ blue 172

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

Shades of Medium Aquamarine #73DCAC

Tints of Medium Aquamarine #73DCAC

RGB

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

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

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

R = 22.68%
G = 43.39%
B = 33.93%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#73DCAC (or 0x73DCAC) is known color: Medium Aquamarine. HEX triplet: 73, DC and AC. RGB value is (115,220,172). Sum of RGB (Red+Green+Blue) = 115+220+172=507 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.68% from 507); Green value is 220 (86.33% from 255 or 43.39% from 507); Blue value is 172 (67.58% from 255 or 33.93% from 507); Max value from RGB is 220 - color contains mainly: green. Hex color #73DCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73DCAC is #8C2353. Grayscale: #B7B7B7. Windows color (decimal): -9184084 or 11328627. OLE color: 11328627.

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

Color convert

RGB 115 220 172 -
CMYK 0.48 0 0.22 0.14
HSL 152.57º 0.6% 0.66% -
HSV(B) 152.57º 0.48% 0.86% -
XYZ 40.11 57.81 48.07 -
YUV 183.13 121.71 79.4 -
System Red Green Blue C M Y K H S L
Decimal 115 220 172 0.48 0 0.22 0.14 152.57 0.6 0.66
Hex 73 DC AC 30 0 16 E 99 3C 42
Octal 163 334 254 60 0 26 16 231 74 102
Binary 1110011 11011100 10101100 110000 0 10110 1110 10011001 111100 1000010

Color Harmonies of #73DCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73DCAC

Black with #73DCAC

Text Example


Text Example

White with #73DCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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