Html Css Color HEX #49EEAB Medium Aquamarine

📋 copy color: '#49EEAB'

red 73 ◦ green 238 ◦ blue 171

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

Shades of Medium Aquamarine #49EEAB

Tints of Medium Aquamarine #49EEAB

RGB

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

 GREEN value IS 238 (93.36% from 255) = 49.38%

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

R = 15.15%
G = 49.38%
B = 35.48%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#49EEAB (or 0x49EEAB) is known color: Medium Aquamarine. HEX triplet: 49, EE and AB. RGB value is (73,238,171). Sum of RGB (Red+Green+Blue) = 73+238+171=482 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.15% from 482); Green value is 238 (93.36% from 255 or 49.38% from 482); Blue value is 171 (67.19% from 255 or 35.48% from 482); Max value from RGB is 238 - color contains mainly: green. Hex color #49EEAB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49EEAB is #B61154. Grayscale: #B5B5B5. Windows color (decimal): -11931989 or 11267657. OLE color: 11267657.

HSL color Cylindrical-coordinate representation of color #49EEAB: hue angle of 155.64º degrees, saturation: 0.83, 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 #49EEAB is Cyan = 0.69, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 73 238 171 -
CMYK 0.69 0 0.28 0.07
HSL 155.64º 0.83% 0.61% -
HSV(B) 155.64º 0.69% 0.93% -
XYZ 40.67 65.51 49.03 -
YUV 181.03 122.34 50.95 -
System Red Green Blue C M Y K H S L
Decimal 73 238 171 0.69 0 0.28 0.07 155.64 0.83 0.61
Hex 49 EE AB 45 0 1C 7 9C 53 3D
Octal 111 356 253 105 0 34 7 234 123 75
Binary 1001001 11101110 10101011 1000101 0 11100 111 10011100 1010011 111101

Color Harmonies of #49EEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EEAB

Black with #49EEAB

Text Example


Text Example

White with #49EEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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