Html Css Color HEX #49DAB2 Medium Aquamarine

📋 copy color: '#49DAB2'

red 73 ◦ green 218 ◦ blue 178

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

Shades of Medium Aquamarine #49DAB2

Tints of Medium Aquamarine #49DAB2

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.48%

 BLUE value IS 178 (69.92% from 255) = 37.95%

R = 15.57%
G = 46.48%
B = 37.95%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#49DAB2 (or 0x49DAB2) is known color: Medium Aquamarine. HEX triplet: 49, DA and B2. RGB value is (73,218,178). Sum of RGB (Red+Green+Blue) = 73+218+178=469 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.57% from 469); Green value is 218 (85.55% from 255 or 46.48% from 469); Blue value is 178 (69.92% from 255 or 37.95% from 469); Max value from RGB is 218 - color contains mainly: green. Hex color #49DAB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49DAB2 is #B6254D. Grayscale: #AAAAAA. Windows color (decimal): -11937102 or 11721289. OLE color: 11721289.

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

Color convert

RGB 73 218 178 -
CMYK 0.67 0 0.18 0.15
HSL 163.45º 0.66% 0.57% -
HSV(B) 163.45º 0.67% 0.85% -
XYZ 35.85 54.77 50.8 -
YUV 170.09 132.46 58.75 -
System Red Green Blue C M Y K H S L
Decimal 73 218 178 0.67 0 0.18 0.15 163.45 0.66 0.57
Hex 49 DA B2 43 0 12 F A3 42 39
Octal 111 332 262 103 0 22 17 243 102 71
Binary 1001001 11011010 10110010 1000011 0 10010 1111 10100011 1000010 111001

Color Harmonies of #49DAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DAB2

Black with #49DAB2

Text Example


Text Example

White with #49DAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,218,178); }

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

background-color css

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

 a { background-color: rgb(73,218,178); }

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

border-color css

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

 span { border-color: rgb(73,218,178); }

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