Html Css Color HEX #49DAA3 Shamrock

📋 copy color: '#49DAA3'

red 73 ◦ green 218 ◦ blue 163

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

Shades of Shamrock #49DAA3

Tints of Shamrock #49DAA3

RGB

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

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

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

R = 16.08%
G = 48.02%
B = 35.9%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#49DAA3 (or 0x49DAA3) is known color: Shamrock. HEX triplet: 49, DA and A3. RGB value is (73,218,163). Sum of RGB (Red+Green+Blue) = 73+218+163=454 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.08% from 454); Green value is 218 (85.55% from 255 or 48.02% from 454); Blue value is 163 (64.06% from 255 or 35.90% from 454); Max value from RGB is 218 - color contains mainly: green. Hex color #49DAA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49DAA3 is #B6255C. Grayscale: #A8A8A8. Windows color (decimal): -11937117 or 10738249. OLE color: 10738249.

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

Color convert

RGB 73 218 163 -
CMYK 0.67 0 0.25 0.15
HSL 157.24º 0.66% 0.57% -
HSV(B) 157.24º 0.67% 0.85% -
XYZ 34.43 54.2 43.3 -
YUV 168.38 124.96 59.97 -
System Red Green Blue C M Y K H S L
Decimal 73 218 163 0.67 0 0.25 0.15 157.24 0.66 0.57
Hex 49 DA A3 43 0 19 F 9D 42 39
Octal 111 332 243 103 0 31 17 235 102 71
Binary 1001001 11011010 10100011 1000011 0 11001 1111 10011101 1000010 111001

Color Harmonies of #49DAA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DAA3

Black with #49DAA3

Text Example


Text Example

White with #49DAA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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