Html Css Color HEX #49CDA1 Shamrock

📋 copy color: '#49CDA1'

red 73 ◦ green 205 ◦ blue 161

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

Shades of Shamrock #49CDA1

Tints of Shamrock #49CDA1

RGB

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

 GREEN value IS 205 (80.47% from 255) = 46.7%

 BLUE value IS 161 (63.28% from 255) = 36.67%

R = 16.63%
G = 46.7%
B = 36.67%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.21

 K value IS 0.20

RGB Variations

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

Color information

#49CDA1 (or 0x49CDA1) is known color: Shamrock. HEX triplet: 49, CD and A1. RGB value is (73,205,161). Sum of RGB (Red+Green+Blue) = 73+205+161=439 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.63% from 439); Green value is 205 (80.47% from 255 or 46.70% from 439); Blue value is 161 (63.28% from 255 or 36.67% from 439); Max value from RGB is 205 - color contains mainly: green. Hex color #49CDA1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49CDA1 is #B6325E. Grayscale: #A0A0A0. Windows color (decimal): -11940447 or 10603849. OLE color: 10603849.

HSL color Cylindrical-coordinate representation of color #49CDA1: hue angle of 160º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49CDA1 is Cyan = 0.64, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB 73 205 161 -
CMYK 0.64 0 0.21 0.20
HSL 160º 0.57% 0.55% -
HSV(B) 160º 0.64% 0.8% -
XYZ 31.01 47.65 41.28 -
YUV 160.52 128.27 65.58 -
System Red Green Blue C M Y K H S L
Decimal 73 205 161 0.64 0 0.21 0.20 160 0.57 0.55
Hex 49 CD A1 40 0 15 14 A0 39 37
Octal 111 315 241 100 0 25 24 240 71 67
Binary 1001001 11001101 10100001 1000000 0 10101 10100 10100000 111001 110111

Color Harmonies of #49CDA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CDA1

Black with #49CDA1

Text Example


Text Example

White with #49CDA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,205,161); }

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

background-color css

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

 a { background-color: rgb(73,205,161); }

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

border-color css

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

 span { border-color: rgb(73,205,161); }

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