Html Css Color HEX #49EDAD Medium Aquamarine

📋 copy color: '#49EDAD'

red 73 ◦ green 237 ◦ blue 173

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

Shades of Medium Aquamarine #49EDAD

Tints of Medium Aquamarine #49EDAD

RGB

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

 GREEN value IS 237 (92.97% from 255) = 49.07%

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

R = 15.11%
G = 49.07%
B = 35.82%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#49EDAD (or 0x49EDAD) is known color: Medium Aquamarine. HEX triplet: 49, ED and AD. RGB value is (73,237,173). Sum of RGB (Red+Green+Blue) = 73+237+173=483 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.11% from 483); Green value is 237 (92.97% from 255 or 49.07% from 483); Blue value is 173 (67.97% from 255 or 35.82% from 483); Max value from RGB is 237 - color contains mainly: green. Hex color #49EDAD is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49EDAD is #B61252. Grayscale: #B4B4B4. Windows color (decimal): -11932243 or 11398473. OLE color: 11398473.

HSL color Cylindrical-coordinate representation of color #49EDAD: hue angle of 156.59º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49EDAD is Cyan = 0.69, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 73 237 173 -
CMYK 0.69 0 0.27 0.07
HSL 156.59º 0.82% 0.61% -
HSV(B) 156.59º 0.69% 0.93% -
XYZ 40.57 65 49.94 -
YUV 180.67 123.67 51.2 -
System Red Green Blue C M Y K H S L
Decimal 73 237 173 0.69 0 0.27 0.07 156.59 0.82 0.61
Hex 49 ED AD 45 0 1B 7 9D 52 3D
Octal 111 355 255 105 0 33 7 235 122 75
Binary 1001001 11101101 10101101 1000101 0 11011 111 10011101 1010010 111101

Color Harmonies of #49EDAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EDAD

Black with #49EDAD

Text Example


Text Example

White with #49EDAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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