Html Css Color HEX #49E5AB Medium Aquamarine

📋 copy color: '#49E5AB'

red 73 ◦ green 229 ◦ blue 171

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

Shades of Medium Aquamarine #49E5AB

Tints of Medium Aquamarine #49E5AB

RGB

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

 GREEN value IS 229 (89.84% from 255) = 48.41%

 BLUE value IS 171 (67.19% from 255) = 36.15%

R = 15.43%
G = 48.41%
B = 36.15%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#49E5AB (or 0x49E5AB) is known color: Medium Aquamarine. HEX triplet: 49, E5 and AB. RGB value is (73,229,171). Sum of RGB (Red+Green+Blue) = 73+229+171=473 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.43% from 473); Green value is 229 (89.84% from 255 or 48.41% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 229 - color contains mainly: green. Hex color #49E5AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49E5AB is #B61A54. Grayscale: #AFAFAF. Windows color (decimal): -11934293 or 11265353. OLE color: 11265353.

HSL color Cylindrical-coordinate representation of color #49E5AB: hue angle of 157.69º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49E5AB is Cyan = 0.68, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB 73 229 171 -
CMYK 0.68 0 0.25 0.10
HSL 157.69º 0.75% 0.59% -
HSV(B) 157.69º 0.68% 0.9% -
XYZ 38.12 60.4 48.18 -
YUV 175.74 125.32 54.72 -
System Red Green Blue C M Y K H S L
Decimal 73 229 171 0.68 0 0.25 0.10 157.69 0.75 0.59
Hex 49 E5 AB 44 0 19 A 9E 4B 3B
Octal 111 345 253 104 0 31 12 236 113 73
Binary 1001001 11100101 10101011 1000100 0 11001 1010 10011110 1001011 111011

Color Harmonies of #49E5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49E5AB

Black with #49E5AB

Text Example


Text Example

White with #49E5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,229,171); }

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

background-color css

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

 a { background-color: rgb(73,229,171); }

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

border-color css

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

 span { border-color: rgb(73,229,171); }

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