Html Css Color HEX #49F2AA Medium Aquamarine

📋 copy color: '#49F2AA'

red 73 ◦ green 242 ◦ blue 170

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

Shades of Medium Aquamarine #49F2AA

Tints of Medium Aquamarine #49F2AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 35.05%

R = 15.05%
G = 49.9%
B = 35.05%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#49F2AA (or 0x49F2AA) is known color: Medium Aquamarine. HEX triplet: 49, F2 and AA. RGB value is (73,242,170). Sum of RGB (Red+Green+Blue) = 73+242+170=485 (64% of max value = 765). Red value is 73 (28.91% from 255 or 15.05% from 485); Green value is 242 (94.92% from 255 or 49.90% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 242 - color contains mainly: green. Hex color #49F2AA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49F2AA is #B60D55. Grayscale: #B7B7B7. Windows color (decimal): -11930966 or 11203145. OLE color: 11203145.

HSL color Cylindrical-coordinate representation of color #49F2AA: hue angle of 154.44º 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 #49F2AA is Cyan = 0.70, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB 73 242 170 -
CMYK 0.70 0 0.30 0.05
HSL 154.44º 0.87% 0.62% -
HSV(B) 154.44º 0.7% 0.95% -
XYZ 41.76 67.82 48.92 -
YUV 183.26 120.51 49.35 -
System Red Green Blue C M Y K H S L
Decimal 73 242 170 0.70 0 0.30 0.05 154.44 0.87 0.62
Hex 49 F2 AA 46 0 1E 5 9A 57 3E
Octal 111 362 252 106 0 36 5 232 127 76
Binary 1001001 11110010 10101010 1000110 0 11110 101 10011010 1010111 111110

Color Harmonies of #49F2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F2AA

Black with #49F2AA

Text Example


Text Example

White with #49F2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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