Html Css Color HEX #49D8AC Medium Aquamarine

📋 copy color: '#49D8AC'

red 73 ◦ green 216 ◦ blue 172

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

Shades of Medium Aquamarine #49D8AC

Tints of Medium Aquamarine #49D8AC

RGB

 RED value IS 73 (28.91% from 255) = 15.84%

 GREEN value IS 216 (84.77% from 255) = 46.85%

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

R = 15.84%
G = 46.85%
B = 37.31%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#49D8AC (or 0x49D8AC) is known color: Medium Aquamarine. HEX triplet: 49, D8 and AC. RGB value is (73,216,172). Sum of RGB (Red+Green+Blue) = 73+216+172=461 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.84% from 461); Green value is 216 (84.77% from 255 or 46.85% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 216 - color contains mainly: green. Hex color #49D8AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D8AC is #B62753. Grayscale: #A8A8A8. Windows color (decimal): -11937620 or 11327561. OLE color: 11327561.

HSL color Cylindrical-coordinate representation of color #49D8AC: hue angle of 161.54º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D8AC is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 73 216 172 -
CMYK 0.66 0 0.20 0.15
HSL 161.54º 0.65% 0.57% -
HSV(B) 161.54º 0.66% 0.85% -
XYZ 34.75 53.51 47.53 -
YUV 168.23 130.12 60.08 -
System Red Green Blue C M Y K H S L
Decimal 73 216 172 0.66 0 0.20 0.15 161.54 0.65 0.57
Hex 49 D8 AC 42 0 14 F A2 41 39
Octal 111 330 254 102 0 24 17 242 101 71
Binary 1001001 11011000 10101100 1000010 0 10100 1111 10100010 1000001 111001

Color Harmonies of #49D8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D8AC

Black with #49D8AC

Text Example


Text Example

White with #49D8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49D8AC; }

 p { color: rgb(73,216,172); }

 H1.HeaderClassName
 {
   color: #49D8AC;
 }
 .AnyTagClassName
 {
   color: #49D8AC;
 }
</style>

background-color css

<style>
 a { background-color: #49D8AC; }

 a { background-color: rgb(73,216,172); }

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

border-color css

<style>
 span { border-color: #49D8AC; }

 span { border-color: rgb(73,216,172); }

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