Html Css Color HEX #49F1AD Medium Aquamarine

📋 copy color: '#49F1AD'

red 73 ◦ green 241 ◦ blue 173

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

Shades of Medium Aquamarine #49F1AD

Tints of Medium Aquamarine #49F1AD

RGB

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

 GREEN value IS 241 (94.53% from 255) = 49.49%

 BLUE value IS 173 (67.97% from 255) = 35.52%

R = 14.99%
G = 49.49%
B = 35.52%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#49F1AD (or 0x49F1AD) is known color: Medium Aquamarine. HEX triplet: 49, F1 and AD. RGB value is (73,241,173). Sum of RGB (Red+Green+Blue) = 73+241+173=487 (64% of max value = 765). Red value is 73 (28.91% from 255 or 14.99% from 487); Green value is 241 (94.53% from 255 or 49.49% from 487); Blue value is 173 (67.97% from 255 or 35.52% from 487); Max value from RGB is 241 - color contains mainly: green. Hex color #49F1AD is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49F1AD is #B60E52. Grayscale: #B7B7B7. Windows color (decimal): -11931219 or 11399497. OLE color: 11399497.

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

Color convert

RGB 73 241 173 -
CMYK 0.70 0 0.28 0.05
HSL 155.71º 0.86% 0.62% -
HSV(B) 155.71º 0.7% 0.95% -
XYZ 41.75 67.34 50.33 -
YUV 183.02 122.34 49.53 -
System Red Green Blue C M Y K H S L
Decimal 73 241 173 0.70 0 0.28 0.05 155.71 0.86 0.62
Hex 49 F1 AD 46 0 1C 5 9C 56 3E
Octal 111 361 255 106 0 34 5 234 126 76
Binary 1001001 11110001 10101101 1000110 0 11100 101 10011100 1010110 111110

Color Harmonies of #49F1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F1AD

Black with #49F1AD

Text Example


Text Example

White with #49F1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,241,173); }

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

background-color css

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

 a { background-color: rgb(73,241,173); }

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

border-color css

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

 span { border-color: rgb(73,241,173); }

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