Html Css Color HEX #49C89E Shamrock

📋 copy color: '#49C89E'

red 73 ◦ green 200 ◦ blue 158

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

Shades of Shamrock #49C89E

Tints of Shamrock #49C89E

RGB

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

 GREEN value IS 200 (78.52% from 255) = 46.4%

 BLUE value IS 158 (62.11% from 255) = 36.66%

R = 16.94%
G = 46.4%
B = 36.66%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#49C89E (or 0x49C89E) is known color: Shamrock. HEX triplet: 49, C8 and 9E. RGB value is (73,200,158). Sum of RGB (Red+Green+Blue) = 73+200+158=431 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.94% from 431); Green value is 200 (78.52% from 255 or 46.40% from 431); Blue value is 158 (62.11% from 255 or 36.66% from 431); Max value from RGB is 200 - color contains mainly: green. Hex color #49C89E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C89E is #B63761. Grayscale: #9D9D9D. Windows color (decimal): -11941730 or 10405961. OLE color: 10405961.

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

Color convert

RGB 73 200 158 -
CMYK 0.64 0 0.21 0.22
HSL 160.16º 0.54% 0.54% -
HSV(B) 160.16º 0.64% 0.78% -
XYZ 29.57 45.19 39.51 -
YUV 157.24 128.42 67.92 -
System Red Green Blue C M Y K H S L
Decimal 73 200 158 0.64 0 0.21 0.22 160.16 0.54 0.54
Hex 49 C8 9E 40 0 15 16 A0 36 36
Octal 111 310 236 100 0 25 26 240 66 66
Binary 1001001 11001000 10011110 1000000 0 10101 10110 10100000 110110 110110

Color Harmonies of #49C89E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C89E

Black with #49C89E

Text Example


Text Example

White with #49C89E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,200,158); }

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

background-color css

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

 a { background-color: rgb(73,200,158); }

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

border-color css

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

 span { border-color: rgb(73,200,158); }

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