Html Css Color HEX #49DEAB Medium Aquamarine

📋 copy color: '#49DEAB'

red 73 ◦ green 222 ◦ blue 171

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

Shades of Medium Aquamarine #49DEAB

Tints of Medium Aquamarine #49DEAB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 47.64%

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

R = 15.67%
G = 47.64%
B = 36.7%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#49DEAB (or 0x49DEAB) is known color: Medium Aquamarine. HEX triplet: 49, DE and AB. RGB value is (73,222,171). Sum of RGB (Red+Green+Blue) = 73+222+171=466 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.67% from 466); Green value is 222 (87.11% from 255 or 47.64% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 222 - color contains mainly: green. Hex color #49DEAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49DEAB is #B62154. Grayscale: #ABABAB. Windows color (decimal): -11936085 or 11263561. OLE color: 11263561.

HSL color Cylindrical-coordinate representation of color #49DEAB: hue angle of 159.46º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DEAB is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 222 171 -
CMYK 0.67 0 0.23 0.13
HSL 159.46º 0.69% 0.58% -
HSV(B) 159.46º 0.67% 0.87% -
XYZ 36.22 56.6 47.54 -
YUV 171.64 127.64 57.65 -
System Red Green Blue C M Y K H S L
Decimal 73 222 171 0.67 0 0.23 0.13 159.46 0.69 0.58
Hex 49 DE AB 43 0 17 D 9F 45 3A
Octal 111 336 253 103 0 27 15 237 105 72
Binary 1001001 11011110 10101011 1000011 0 10111 1101 10011111 1000101 111010

Color Harmonies of #49DEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DEAB

Black with #49DEAB

Text Example


Text Example

White with #49DEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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