Html Css Color HEX #49DAAC Medium Aquamarine

📋 copy color: '#49DAAC'

red 73 ◦ green 218 ◦ blue 172

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

Shades of Medium Aquamarine #49DAAC

Tints of Medium Aquamarine #49DAAC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 47.08%

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

R = 15.77%
G = 47.08%
B = 37.15%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#49DAAC (or 0x49DAAC) is known color: Medium Aquamarine. HEX triplet: 49, DA and AC. RGB value is (73,218,172). Sum of RGB (Red+Green+Blue) = 73+218+172=463 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.77% from 463); Green value is 218 (85.55% from 255 or 47.08% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 218 - color contains mainly: green. Hex color #49DAAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49DAAC is #B62553. Grayscale: #A9A9A9. Windows color (decimal): -11937108 or 11328073. OLE color: 11328073.

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

Color convert

RGB 73 218 172 -
CMYK 0.67 0 0.21 0.15
HSL 160.97º 0.66% 0.57% -
HSV(B) 160.97º 0.67% 0.85% -
XYZ 35.27 54.54 47.7 -
YUV 169.4 129.46 59.24 -
System Red Green Blue C M Y K H S L
Decimal 73 218 172 0.67 0 0.21 0.15 160.97 0.66 0.57
Hex 49 DA AC 43 0 15 F A1 42 39
Octal 111 332 254 103 0 25 17 241 102 71
Binary 1001001 11011010 10101100 1000011 0 10101 1111 10100001 1000010 111001

Color Harmonies of #49DAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DAAC

Black with #49DAAC

Text Example


Text Example

White with #49DAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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