Html Css Color HEX #49DEAC Medium Aquamarine

📋 copy color: '#49DEAC'

red 73 ◦ green 222 ◦ blue 172

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

Shades of Medium Aquamarine #49DEAC

Tints of Medium Aquamarine #49DEAC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 47.54%

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

R = 15.63%
G = 47.54%
B = 36.83%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#49DEAC (or 0x49DEAC) is known color: Medium Aquamarine. HEX triplet: 49, DE and AC. RGB value is (73,222,172). Sum of RGB (Red+Green+Blue) = 73+222+172=467 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.63% from 467); Green value is 222 (87.11% from 255 or 47.54% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 222 - color contains mainly: green. Hex color #49DEAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49DEAC is #B62153. Grayscale: #ABABAB. Windows color (decimal): -11936084 or 11329097. OLE color: 11329097.

HSL color Cylindrical-coordinate representation of color #49DEAC: hue angle of 159.87º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DEAC is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 222 172 -
CMYK 0.67 0 0.23 0.13
HSL 159.87º 0.69% 0.58% -
HSV(B) 159.87º 0.67% 0.87% -
XYZ 36.32 56.64 48.05 -
YUV 171.75 128.14 57.57 -
System Red Green Blue C M Y K H S L
Decimal 73 222 172 0.67 0 0.23 0.13 159.87 0.69 0.58
Hex 49 DE AC 43 0 17 D A0 45 3A
Octal 111 336 254 103 0 27 15 240 105 72
Binary 1001001 11011110 10101100 1000011 0 10111 1101 10100000 1000101 111010

Color Harmonies of #49DEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DEAC

Black with #49DEAC

Text Example


Text Example

White with #49DEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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