Html Css Color HEX #49DEAF Medium Aquamarine

📋 copy color: '#49DEAF'

red 73 ◦ green 222 ◦ blue 175

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

Shades of Medium Aquamarine #49DEAF

Tints of Medium Aquamarine #49DEAF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 47.23%

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

R = 15.53%
G = 47.23%
B = 37.23%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#49DEAF (or 0x49DEAF) is known color: Medium Aquamarine. HEX triplet: 49, DE and AF. RGB value is (73,222,175). Sum of RGB (Red+Green+Blue) = 73+222+175=470 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.53% from 470); Green value is 222 (87.11% from 255 or 47.23% from 470); Blue value is 175 (68.75% from 255 or 37.23% from 470); Max value from RGB is 222 - color contains mainly: green. Hex color #49DEAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49DEAF is #B62150. Grayscale: #ACACAC. Windows color (decimal): -11936081 or 11525705. OLE color: 11525705.

HSL color Cylindrical-coordinate representation of color #49DEAF: hue angle of 161.07º degrees, saturation: 0.69, 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 #49DEAF is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 222 175 -
CMYK 0.67 0 0.21 0.13
HSL 161.07º 0.69% 0.58% -
HSV(B) 161.07º 0.67% 0.87% -
XYZ 36.61 56.75 49.58 -
YUV 172.09 129.64 57.32 -
System Red Green Blue C M Y K H S L
Decimal 73 222 175 0.67 0 0.21 0.13 161.07 0.69 0.58
Hex 49 DE AF 43 0 15 D A1 45 3A
Octal 111 336 257 103 0 25 15 241 105 72
Binary 1001001 11011110 10101111 1000011 0 10101 1101 10100001 1000101 111010

Color Harmonies of #49DEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DEAF

Black with #49DEAF

Text Example


Text Example

White with #49DEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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