Html Css Color HEX #49D2AD Medium Aquamarine

📋 copy color: '#49D2AD'

red 73 ◦ green 210 ◦ blue 173

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

Shades of Medium Aquamarine #49D2AD

Tints of Medium Aquamarine #49D2AD

RGB

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

 GREEN value IS 210 (82.42% from 255) = 46.05%

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

R = 16.01%
G = 46.05%
B = 37.94%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#49D2AD (or 0x49D2AD) is known color: Medium Aquamarine. HEX triplet: 49, D2 and AD. RGB value is (73,210,173). Sum of RGB (Red+Green+Blue) = 73+210+173=456 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.01% from 456); Green value is 210 (82.42% from 255 or 46.05% from 456); Blue value is 173 (67.97% from 255 or 37.94% from 456); Max value from RGB is 210 - color contains mainly: green. Hex color #49D2AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D2AD is #B62D52. Grayscale: #A4A4A4. Windows color (decimal): -11939155 or 11391561. OLE color: 11391561.

HSL color Cylindrical-coordinate representation of color #49D2AD: hue angle of 163.8º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49D2AD is Cyan = 0.65, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 73 210 173 -
CMYK 0.65 0 0.18 0.18
HSL 163.8º 0.6% 0.55% -
HSV(B) 163.8º 0.65% 0.82% -
XYZ 33.34 50.53 47.53 -
YUV 164.82 132.61 62.51 -
System Red Green Blue C M Y K H S L
Decimal 73 210 173 0.65 0 0.18 0.18 163.8 0.6 0.55
Hex 49 D2 AD 41 0 12 12 A4 3C 37
Octal 111 322 255 101 0 22 22 244 74 67
Binary 1001001 11010010 10101101 1000001 0 10010 10010 10100100 111100 110111

Color Harmonies of #49D2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D2AD

Black with #49D2AD

Text Example


Text Example

White with #49D2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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