Html Css Color HEX #49E9AF Medium Aquamarine

📋 copy color: '#49E9AF'

red 73 ◦ green 233 ◦ blue 175

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

Shades of Medium Aquamarine #49E9AF

Tints of Medium Aquamarine #49E9AF

RGB

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

 GREEN value IS 233 (91.41% from 255) = 48.44%

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

R = 15.18%
G = 48.44%
B = 36.38%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#49E9AF (or 0x49E9AF) is known color: Medium Aquamarine. HEX triplet: 49, E9 and AF. RGB value is (73,233,175). Sum of RGB (Red+Green+Blue) = 73+233+175=481 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.18% from 481); Green value is 233 (91.41% from 255 or 48.44% from 481); Blue value is 175 (68.75% from 255 or 36.38% from 481); Max value from RGB is 233 - color contains mainly: green. Hex color #49E9AF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49E9AF is #B61650. Grayscale: #B2B2B2. Windows color (decimal): -11933265 or 11528521. OLE color: 11528521.

HSL color Cylindrical-coordinate representation of color #49E9AF: hue angle of 158.25º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49E9AF is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB 73 233 175 -
CMYK 0.69 0 0.25 0.09
HSL 158.25º 0.78% 0.6% -
HSV(B) 158.25º 0.69% 0.91% -
XYZ 39.62 62.79 50.59 -
YUV 178.55 125.99 52.72 -
System Red Green Blue C M Y K H S L
Decimal 73 233 175 0.69 0 0.25 0.09 158.25 0.78 0.6
Hex 49 E9 AF 45 0 19 9 9E 4E 3C
Octal 111 351 257 105 0 31 11 236 116 74
Binary 1001001 11101001 10101111 1000101 0 11001 1001 10011110 1001110 111100

Color Harmonies of #49E9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49E9AF

Black with #49E9AF

Text Example


Text Example

White with #49E9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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