Html Css Color HEX #49DCA3 Shamrock

📋 copy color: '#49DCA3'

red 73 ◦ green 220 ◦ blue 163

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

Shades of Shamrock #49DCA3

Tints of Shamrock #49DCA3

RGB

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

 GREEN value IS 220 (86.33% from 255) = 48.25%

 BLUE value IS 163 (64.06% from 255) = 35.75%

R = 16.01%
G = 48.25%
B = 35.75%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#49DCA3 (or 0x49DCA3) is known color: Shamrock. HEX triplet: 49, DC and A3. RGB value is (73,220,163). Sum of RGB (Red+Green+Blue) = 73+220+163=456 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.01% from 456); Green value is 220 (86.33% from 255 or 48.25% from 456); Blue value is 163 (64.06% from 255 or 35.75% from 456); Max value from RGB is 220 - color contains mainly: green. Hex color #49DCA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49DCA3 is #B6235C. Grayscale: #A9A9A9. Windows color (decimal): -11936605 or 10738761. OLE color: 10738761.

HSL color Cylindrical-coordinate representation of color #49DCA3: hue angle of 156.73º degrees, saturation: 0.68, 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 #49DCA3 is Cyan = 0.67, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB 73 220 163 -
CMYK 0.67 0 0.26 0.14
HSL 156.73º 0.68% 0.57% -
HSV(B) 156.73º 0.67% 0.86% -
XYZ 34.95 55.25 43.47 -
YUV 169.55 124.3 59.13 -
System Red Green Blue C M Y K H S L
Decimal 73 220 163 0.67 0 0.26 0.14 156.73 0.68 0.57
Hex 49 DC A3 43 0 1A E 9D 44 39
Octal 111 334 243 103 0 32 16 235 104 71
Binary 1001001 11011100 10100011 1000011 0 11010 1110 10011101 1000100 111001

Color Harmonies of #49DCA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DCA3

Black with #49DCA3

Text Example


Text Example

White with #49DCA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,220,163); }

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

background-color css

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

 a { background-color: rgb(73,220,163); }

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

border-color css

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

 span { border-color: rgb(73,220,163); }

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