Html Css Color HEX #49F2AC Medium Aquamarine

📋 copy color: '#49F2AC'

red 73 ◦ green 242 ◦ blue 172

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

Shades of Medium Aquamarine #49F2AC

Tints of Medium Aquamarine #49F2AC

RGB

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

 GREEN value IS 242 (94.92% from 255) = 49.69%

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

R = 14.99%
G = 49.69%
B = 35.32%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#49F2AC (or 0x49F2AC) is known color: Medium Aquamarine. HEX triplet: 49, F2 and AC. RGB value is (73,242,172). Sum of RGB (Red+Green+Blue) = 73+242+172=487 (64% of max value = 765). Red value is 73 (28.91% from 255 or 14.99% from 487); Green value is 242 (94.92% from 255 or 49.69% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 242 - color contains mainly: green. Hex color #49F2AC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49F2AC is #B60D53. Grayscale: #B7B7B7. Windows color (decimal): -11930964 or 11334217. OLE color: 11334217.

HSL color Cylindrical-coordinate representation of color #49F2AC: hue angle of 155.15º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49F2AC is Cyan = 0.70, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 73 242 172 -
CMYK 0.70 0 0.29 0.05
HSL 155.15º 0.87% 0.62% -
HSV(B) 155.15º 0.7% 0.95% -
XYZ 41.95 67.9 49.92 -
YUV 183.49 121.51 49.19 -
System Red Green Blue C M Y K H S L
Decimal 73 242 172 0.70 0 0.29 0.05 155.15 0.87 0.62
Hex 49 F2 AC 46 0 1D 5 9B 57 3E
Octal 111 362 254 106 0 35 5 233 127 76
Binary 1001001 11110010 10101100 1000110 0 11101 101 10011011 1010111 111110

Color Harmonies of #49F2AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F2AC

Black with #49F2AC

Text Example


Text Example

White with #49F2AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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