Html Css Color HEX #49D2AE Medium Aquamarine

📋 copy color: '#49D2AE'

red 73 ◦ green 210 ◦ blue 174

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

Shades of Medium Aquamarine #49D2AE

Tints of Medium Aquamarine #49D2AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 38.07%

R = 15.97%
G = 45.95%
B = 38.07%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#49D2AE (or 0x49D2AE) is known color: Medium Aquamarine. HEX triplet: 49, D2 and AE. RGB value is (73,210,174). Sum of RGB (Red+Green+Blue) = 73+210+174=457 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.97% from 457); Green value is 210 (82.42% from 255 or 45.95% from 457); Blue value is 174 (68.36% from 255 or 38.07% from 457); Max value from RGB is 210 - color contains mainly: green. Hex color #49D2AE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D2AE is #B62D51. Grayscale: #A4A4A4. Windows color (decimal): -11939154 or 11457097. OLE color: 11457097.

HSL color Cylindrical-coordinate representation of color #49D2AE: hue angle of 164.23º 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 #49D2AE is Cyan = 0.65, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 73 210 174 -
CMYK 0.65 0 0.17 0.18
HSL 164.23º 0.6% 0.55% -
HSV(B) 164.23º 0.65% 0.82% -
XYZ 33.43 50.57 48.04 -
YUV 164.93 133.11 62.43 -
System Red Green Blue C M Y K H S L
Decimal 73 210 174 0.65 0 0.17 0.18 164.23 0.6 0.55
Hex 49 D2 AE 41 0 11 12 A4 3C 37
Octal 111 322 256 101 0 21 22 244 74 67
Binary 1001001 11010010 10101110 1000001 0 10001 10010 10100100 111100 110111

Color Harmonies of #49D2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D2AE

Black with #49D2AE

Text Example


Text Example

White with #49D2AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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