Html Css Color HEX #49EDAC Medium Aquamarine

📋 copy color: '#49EDAC'

red 73 ◦ green 237 ◦ blue 172

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

Shades of Medium Aquamarine #49EDAC

Tints of Medium Aquamarine #49EDAC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 49.17%

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

R = 15.15%
G = 49.17%
B = 35.68%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#49EDAC (or 0x49EDAC) is known color: Medium Aquamarine. HEX triplet: 49, ED and AC. RGB value is (73,237,172). Sum of RGB (Red+Green+Blue) = 73+237+172=482 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.15% from 482); Green value is 237 (92.97% from 255 or 49.17% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 237 - color contains mainly: green. Hex color #49EDAC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49EDAC is #B61253. Grayscale: #B4B4B4. Windows color (decimal): -11932244 or 11332937. OLE color: 11332937.

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

Color convert

RGB 73 237 172 -
CMYK 0.69 0 0.27 0.07
HSL 156.22º 0.82% 0.61% -
HSV(B) 156.22º 0.69% 0.93% -
XYZ 40.48 64.96 49.44 -
YUV 180.55 123.17 51.29 -
System Red Green Blue C M Y K H S L
Decimal 73 237 172 0.69 0 0.27 0.07 156.22 0.82 0.61
Hex 49 ED AC 45 0 1B 7 9C 52 3D
Octal 111 355 254 105 0 33 7 234 122 75
Binary 1001001 11101101 10101100 1000101 0 11011 111 10011100 1010010 111101

Color Harmonies of #49EDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EDAC

Black with #49EDAC

Text Example


Text Example

White with #49EDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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