Html Css Color HEX #49EFAC Medium Aquamarine

📋 copy color: '#49EFAC'

red 73 ◦ green 239 ◦ blue 172

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

Shades of Medium Aquamarine #49EFAC

Tints of Medium Aquamarine #49EFAC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 49.38%

 BLUE value IS 172 (67.58% from 255) = 35.54%

R = 15.08%
G = 49.38%
B = 35.54%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#49EFAC (or 0x49EFAC) is known color: Medium Aquamarine. HEX triplet: 49, EF and AC. RGB value is (73,239,172). Sum of RGB (Red+Green+Blue) = 73+239+172=484 (64% of max value = 765). Red value is 73 (28.91% from 255 or 15.08% from 484); Green value is 239 (93.75% from 255 or 49.38% from 484); Blue value is 172 (67.58% from 255 or 35.54% from 484); Max value from RGB is 239 - color contains mainly: green. Hex color #49EFAC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49EFAC is #B61053. Grayscale: #B5B5B5. Windows color (decimal): -11931732 or 11333449. OLE color: 11333449.

HSL color Cylindrical-coordinate representation of color #49EFAC: hue angle of 155.78º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49EFAC is Cyan = 0.69, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 73 239 172 -
CMYK 0.69 0 0.28 0.06
HSL 155.78º 0.84% 0.61% -
HSV(B) 155.78º 0.69% 0.94% -
XYZ 41.06 66.13 49.63 -
YUV 181.73 122.5 50.45 -
System Red Green Blue C M Y K H S L
Decimal 73 239 172 0.69 0 0.28 0.06 155.78 0.84 0.61
Hex 49 EF AC 45 0 1C 6 9C 54 3D
Octal 111 357 254 105 0 34 6 234 124 75
Binary 1001001 11101111 10101100 1000101 0 11100 110 10011100 1010100 111101

Color Harmonies of #49EFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EFAC

Black with #49EFAC

Text Example


Text Example

White with #49EFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,239,172); }

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

background-color css

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

 a { background-color: rgb(73,239,172); }

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

border-color css

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

 span { border-color: rgb(73,239,172); }

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