Html Css Color HEX #49D5AD Medium Aquamarine

📋 copy color: '#49D5AD'

red 73 ◦ green 213 ◦ blue 173

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

Shades of Medium Aquamarine #49D5AD

Tints of Medium Aquamarine #49D5AD

RGB

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

 GREEN value IS 213 (83.59% from 255) = 46.41%

 BLUE value IS 173 (67.97% from 255) = 37.69%

R = 15.9%
G = 46.41%
B = 37.69%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#49D5AD (or 0x49D5AD) is known color: Medium Aquamarine. HEX triplet: 49, D5 and AD. RGB value is (73,213,173). Sum of RGB (Red+Green+Blue) = 73+213+173=459 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.90% from 459); Green value is 213 (83.59% from 255 or 46.41% from 459); Blue value is 173 (67.97% from 255 or 37.69% from 459); Max value from RGB is 213 - color contains mainly: green. Hex color #49D5AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D5AD is #B62A52. Grayscale: #A6A6A6. Windows color (decimal): -11938387 or 11392329. OLE color: 11392329.

HSL color Cylindrical-coordinate representation of color #49D5AD: hue angle of 162.86º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D5AD is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 73 213 173 -
CMYK 0.66 0 0.19 0.16
HSL 162.86º 0.63% 0.56% -
HSV(B) 162.86º 0.66% 0.84% -
XYZ 34.08 52.02 47.78 -
YUV 166.58 131.62 61.25 -
System Red Green Blue C M Y K H S L
Decimal 73 213 173 0.66 0 0.19 0.16 162.86 0.63 0.56
Hex 49 D5 AD 42 0 13 10 A3 3E 38
Octal 111 325 255 102 0 23 20 243 76 70
Binary 1001001 11010101 10101101 1000010 0 10011 10000 10100011 111110 111000

Color Harmonies of #49D5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D5AD

Black with #49D5AD

Text Example


Text Example

White with #49D5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,213,173); }

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

background-color css

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

 a { background-color: rgb(73,213,173); }

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

border-color css

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

 span { border-color: rgb(73,213,173); }

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