Html Css Color HEX #49DFAF Medium Aquamarine

📋 copy color: '#49DFAF'

red 73 ◦ green 223 ◦ blue 175

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

Shades of Medium Aquamarine #49DFAF

Tints of Medium Aquamarine #49DFAF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.35%

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

R = 15.5%
G = 47.35%
B = 37.15%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#49DFAF (or 0x49DFAF) is known color: Medium Aquamarine. HEX triplet: 49, DF and AF. RGB value is (73,223,175). Sum of RGB (Red+Green+Blue) = 73+223+175=471 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.50% from 471); Green value is 223 (87.5% from 255 or 47.35% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 223 - color contains mainly: green. Hex color #49DFAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49DFAF is #B62050. Grayscale: #ACACAC. Windows color (decimal): -11935825 or 11525961. OLE color: 11525961.

HSL color Cylindrical-coordinate representation of color #49DFAF: hue angle of 160.8º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DFAF is Cyan = 0.67, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 223 175 -
CMYK 0.67 0 0.22 0.13
HSL 160.8º 0.7% 0.58% -
HSV(B) 160.8º 0.67% 0.87% -
XYZ 36.87 57.29 49.67 -
YUV 172.68 129.31 56.9 -
System Red Green Blue C M Y K H S L
Decimal 73 223 175 0.67 0 0.22 0.13 160.8 0.7 0.58
Hex 49 DF AF 43 0 16 D A1 46 3A
Octal 111 337 257 103 0 26 15 241 106 72
Binary 1001001 11011111 10101111 1000011 0 10110 1101 10100001 1000110 111010

Color Harmonies of #49DFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DFAF

Black with #49DFAF

Text Example


Text Example

White with #49DFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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