Html Css Color HEX #49EBAB Medium Aquamarine

📋 copy color: '#49EBAB'

red 73 ◦ green 235 ◦ blue 171

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

Shades of Medium Aquamarine #49EBAB

Tints of Medium Aquamarine #49EBAB

RGB

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

 GREEN value IS 235 (92.19% from 255) = 49.06%

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

R = 15.24%
G = 49.06%
B = 35.7%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#49EBAB (or 0x49EBAB) is known color: Medium Aquamarine. HEX triplet: 49, EB and AB. RGB value is (73,235,171). Sum of RGB (Red+Green+Blue) = 73+235+171=479 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.24% from 479); Green value is 235 (92.19% from 255 or 49.06% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 235 - color contains mainly: green. Hex color #49EBAB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49EBAB is #B61454. Grayscale: #B3B3B3. Windows color (decimal): -11932757 or 11266889. OLE color: 11266889.

HSL color Cylindrical-coordinate representation of color #49EBAB: hue angle of 156.3º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49EBAB is Cyan = 0.69, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB 73 235 171 -
CMYK 0.69 0 0.27 0.08
HSL 156.3º 0.8% 0.6% -
HSV(B) 156.3º 0.69% 0.92% -
XYZ 39.81 63.77 48.74 -
YUV 179.27 123.33 52.2 -
System Red Green Blue C M Y K H S L
Decimal 73 235 171 0.69 0 0.27 0.08 156.3 0.8 0.6
Hex 49 EB AB 45 0 1B 8 9C 50 3C
Octal 111 353 253 105 0 33 10 234 120 74
Binary 1001001 11101011 10101011 1000101 0 11011 1000 10011100 1010000 111100

Color Harmonies of #49EBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EBAB

Black with #49EBAB

Text Example


Text Example

White with #49EBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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