Html Css Color HEX #49CAA0 Shamrock

📋 copy color: '#49CAA0'

red 73 ◦ green 202 ◦ blue 160

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

Shades of Shamrock #49CAA0

Tints of Shamrock #49CAA0

RGB

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

 GREEN value IS 202 (79.3% from 255) = 46.44%

 BLUE value IS 160 (62.89% from 255) = 36.78%

R = 16.78%
G = 46.44%
B = 36.78%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#49CAA0 (or 0x49CAA0) is known color: Shamrock. HEX triplet: 49, CA and A0. RGB value is (73,202,160). Sum of RGB (Red+Green+Blue) = 73+202+160=435 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.78% from 435); Green value is 202 (79.30% from 255 or 46.44% from 435); Blue value is 160 (62.89% from 255 or 36.78% from 435); Max value from RGB is 202 - color contains mainly: green. Hex color #49CAA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49CAA0 is #B6355F. Grayscale: #9E9E9E. Windows color (decimal): -11941216 or 10537545. OLE color: 10537545.

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

Color convert

RGB 73 202 160 -
CMYK 0.64 0 0.21 0.21
HSL 160.47º 0.55% 0.54% -
HSV(B) 160.47º 0.64% 0.79% -
XYZ 30.21 46.2 40.58 -
YUV 158.64 128.76 66.92 -
System Red Green Blue C M Y K H S L
Decimal 73 202 160 0.64 0 0.21 0.21 160.47 0.55 0.54
Hex 49 CA A0 40 0 15 15 A0 37 36
Octal 111 312 240 100 0 25 25 240 67 66
Binary 1001001 11001010 10100000 1000000 0 10101 10101 10100000 110111 110110

Color Harmonies of #49CAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CAA0

Black with #49CAA0

Text Example


Text Example

White with #49CAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,202,160); }

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

background-color css

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

 a { background-color: rgb(73,202,160); }

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

border-color css

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

 span { border-color: rgb(73,202,160); }

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