Html Css Color HEX #49D9AF Medium Aquamarine

📋 copy color: '#49D9AF'

red 73 ◦ green 217 ◦ blue 175

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

Shades of Medium Aquamarine #49D9AF

Tints of Medium Aquamarine #49D9AF

RGB

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

 GREEN value IS 217 (85.16% from 255) = 46.67%

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

R = 15.7%
G = 46.67%
B = 37.63%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#49D9AF (or 0x49D9AF) is known color: Medium Aquamarine. HEX triplet: 49, D9 and AF. RGB value is (73,217,175). Sum of RGB (Red+Green+Blue) = 73+217+175=465 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.70% from 465); Green value is 217 (85.16% from 255 or 46.67% from 465); Blue value is 175 (68.75% from 255 or 37.63% from 465); Max value from RGB is 217 - color contains mainly: green. Hex color #49D9AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D9AF is #B62650. Grayscale: #A9A9A9. Windows color (decimal): -11937361 or 11524425. OLE color: 11524425.

HSL color Cylindrical-coordinate representation of color #49D9AF: hue angle of 162.5º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D9AF is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 73 217 175 -
CMYK 0.66 0 0.19 0.15
HSL 162.5º 0.65% 0.57% -
HSV(B) 162.5º 0.66% 0.85% -
XYZ 35.3 54.14 49.15 -
YUV 169.16 131.29 59.42 -
System Red Green Blue C M Y K H S L
Decimal 73 217 175 0.66 0 0.19 0.15 162.5 0.65 0.57
Hex 49 D9 AF 42 0 13 F A2 41 39
Octal 111 331 257 102 0 23 17 242 101 71
Binary 1001001 11011001 10101111 1000010 0 10011 1111 10100010 1000001 111001

Color Harmonies of #49D9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D9AF

Black with #49D9AF

Text Example


Text Example

White with #49D9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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