Html Css Color HEX #49DBB1 Medium Aquamarine

📋 copy color: '#49DBB1'

red 73 ◦ green 219 ◦ blue 177

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

Shades of Medium Aquamarine #49DBB1

Tints of Medium Aquamarine #49DBB1

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.7%

 BLUE value IS 177 (69.53% from 255) = 37.74%

R = 15.57%
G = 46.7%
B = 37.74%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#49DBB1 (or 0x49DBB1) is known color: Medium Aquamarine. HEX triplet: 49, DB and B1. RGB value is (73,219,177). Sum of RGB (Red+Green+Blue) = 73+219+177=469 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.57% from 469); Green value is 219 (85.94% from 255 or 46.70% from 469); Blue value is 177 (69.53% from 255 or 37.74% from 469); Max value from RGB is 219 - color contains mainly: green. Hex color #49DBB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49DBB1 is #B6244E. Grayscale: #AAAAAA. Windows color (decimal): -11936847 or 11656009. OLE color: 11656009.

HSL color Cylindrical-coordinate representation of color #49DBB1: hue angle of 162.74º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DBB1 is Cyan = 0.67, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB 73 219 177 -
CMYK 0.67 0 0.19 0.14
HSL 162.74º 0.67% 0.57% -
HSV(B) 162.74º 0.67% 0.86% -
XYZ 36.01 55.25 50.36 -
YUV 170.56 131.63 58.42 -
System Red Green Blue C M Y K H S L
Decimal 73 219 177 0.67 0 0.19 0.14 162.74 0.67 0.57
Hex 49 DB B1 43 0 13 E A3 43 39
Octal 111 333 261 103 0 23 16 243 103 71
Binary 1001001 11011011 10110001 1000011 0 10011 1110 10100011 1000011 111001

Color Harmonies of #49DBB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DBB1

Black with #49DBB1

Text Example


Text Example

White with #49DBB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,219,177); }

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

background-color css

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

 a { background-color: rgb(73,219,177); }

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

border-color css

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

 span { border-color: rgb(73,219,177); }

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