Html Css Color HEX #49D1AB Shamrock

📋 copy color: '#49D1AB'

red 73 ◦ green 209 ◦ blue 171

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

Shades of Shamrock #49D1AB

Tints of Shamrock #49D1AB

RGB

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

 GREEN value IS 209 (82.03% from 255) = 46.14%

 BLUE value IS 171 (67.19% from 255) = 37.75%

R = 16.11%
G = 46.14%
B = 37.75%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#49D1AB (or 0x49D1AB) is known color: Shamrock. HEX triplet: 49, D1 and AB. RGB value is (73,209,171). Sum of RGB (Red+Green+Blue) = 73+209+171=453 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.11% from 453); Green value is 209 (82.03% from 255 or 46.14% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 209 - color contains mainly: green. Hex color #49D1AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D1AB is #B62E54. Grayscale: #A4A4A4. Windows color (decimal): -11939413 or 11260233. OLE color: 11260233.

HSL color Cylindrical-coordinate representation of color #49D1AB: hue angle of 163.24º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49D1AB is Cyan = 0.65, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 73 209 171 -
CMYK 0.65 0 0.18 0.18
HSL 163.24º 0.6% 0.55% -
HSV(B) 163.24º 0.65% 0.82% -
XYZ 32.9 49.96 46.44 -
YUV 164 131.94 63.09 -
System Red Green Blue C M Y K H S L
Decimal 73 209 171 0.65 0 0.18 0.18 163.24 0.6 0.55
Hex 49 D1 AB 41 0 12 12 A3 3C 37
Octal 111 321 253 101 0 22 22 243 74 67
Binary 1001001 11010001 10101011 1000001 0 10010 10010 10100011 111100 110111

Color Harmonies of #49D1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D1AB

Black with #49D1AB

Text Example


Text Example

White with #49D1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,209,171); }

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

background-color css

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

 a { background-color: rgb(73,209,171); }

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

border-color css

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

 span { border-color: rgb(73,209,171); }

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