Html Css Color HEX #49D8B0 Medium Aquamarine

📋 copy color: '#49D8B0'

red 73 ◦ green 216 ◦ blue 176

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

Shades of Medium Aquamarine #49D8B0

Tints of Medium Aquamarine #49D8B0

RGB

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

 GREEN value IS 216 (84.77% from 255) = 46.45%

 BLUE value IS 176 (69.14% from 255) = 37.85%

R = 15.7%
G = 46.45%
B = 37.85%

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

#49D8B0 (or 0x49D8B0) is known color: Medium Aquamarine. HEX triplet: 49, D8 and B0. RGB value is (73,216,176). Sum of RGB (Red+Green+Blue) = 73+216+176=465 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.70% from 465); Green value is 216 (84.77% from 255 or 46.45% from 465); Blue value is 176 (69.14% from 255 or 37.85% from 465); Max value from RGB is 216 - color contains mainly: green. Hex color #49D8B0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D8B0 is #B6274F. Grayscale: #A8A8A8. Windows color (decimal): -11937616 or 11589705. OLE color: 11589705.

HSL color Cylindrical-coordinate representation of color #49D8B0: hue angle of 163.22º 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 #49D8B0 is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 73 216 176 -
CMYK 0.66 0 0.19 0.15
HSL 163.22º 0.65% 0.57% -
HSV(B) 163.22º 0.66% 0.85% -
XYZ 35.14 53.66 49.58 -
YUV 168.68 132.12 59.75 -
System Red Green Blue C M Y K H S L
Decimal 73 216 176 0.66 0 0.19 0.15 163.22 0.65 0.57
Hex 49 D8 B0 42 0 13 F A3 41 39
Octal 111 330 260 102 0 23 17 243 101 71
Binary 1001001 11011000 10110000 1000010 0 10011 1111 10100011 1000001 111001

Color Harmonies of #49D8B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D8B0

Black with #49D8B0

Text Example


Text Example

White with #49D8B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,216,176); }

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

background-color css

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

 a { background-color: rgb(73,216,176); }

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

border-color css

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

 span { border-color: rgb(73,216,176); }

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