Html Css Color HEX #49E1AF Medium Aquamarine

📋 copy color: '#49E1AF'

red 73 ◦ green 225 ◦ blue 175

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

Shades of Medium Aquamarine #49E1AF

Tints of Medium Aquamarine #49E1AF

RGB

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

 GREEN value IS 225 (88.28% from 255) = 47.57%

 BLUE value IS 175 (68.75% from 255) = 37%

R = 15.43%
G = 47.57%
B = 37%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#49E1AF (or 0x49E1AF) is known color: Medium Aquamarine. HEX triplet: 49, E1 and AF. RGB value is (73,225,175). Sum of RGB (Red+Green+Blue) = 73+225+175=473 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.43% from 473); Green value is 225 (88.28% from 255 or 47.57% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 225 - color contains mainly: green. Hex color #49E1AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49E1AF is #B61E50. Grayscale: #ADADAD. Windows color (decimal): -11935313 or 11526473. OLE color: 11526473.

HSL color Cylindrical-coordinate representation of color #49E1AF: hue angle of 160.26º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49E1AF is Cyan = 0.68, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 73 225 175 -
CMYK 0.68 0 0.22 0.12
HSL 160.26º 0.72% 0.58% -
HSV(B) 160.26º 0.68% 0.88% -
XYZ 37.41 58.36 49.85 -
YUV 173.85 128.64 56.07 -
System Red Green Blue C M Y K H S L
Decimal 73 225 175 0.68 0 0.22 0.12 160.26 0.72 0.58
Hex 49 E1 AF 44 0 16 C A0 48 3A
Octal 111 341 257 104 0 26 14 240 110 72
Binary 1001001 11100001 10101111 1000100 0 10110 1100 10100000 1001000 111010

Color Harmonies of #49E1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49E1AF

Black with #49E1AF

Text Example


Text Example

White with #49E1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,225,175); }

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

background-color css

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

 a { background-color: rgb(73,225,175); }

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

border-color css

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

 span { border-color: rgb(73,225,175); }

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