Html Css Color HEX #49BC86 Emerald

📋 copy color: '#49BC86'

red 73 ◦ green 188 ◦ blue 134

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

Shades of Emerald #49BC86

Tints of Emerald #49BC86

RGB

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

 GREEN value IS 188 (73.83% from 255) = 47.59%

 BLUE value IS 134 (52.73% from 255) = 33.92%

R = 18.48%
G = 47.59%
B = 33.92%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#49BC86 (or 0x49BC86) is known color: Emerald. HEX triplet: 49, BC and 86. RGB value is (73,188,134). Sum of RGB (Red+Green+Blue) = 73+188+134=395 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.48% from 395); Green value is 188 (73.83% from 255 or 47.59% from 395); Blue value is 134 (52.73% from 255 or 33.92% from 395); Max value from RGB is 188 - color contains mainly: green. Hex color #49BC86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49BC86 is #B64379. Grayscale: #939393. Windows color (decimal): -11944826 or 8830025. OLE color: 8830025.

HSL color Cylindrical-coordinate representation of color #49BC86: hue angle of 151.83º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49BC86 is Cyan = 0.61, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB 73 188 134 -
CMYK 0.61 0 0.29 0.26
HSL 151.83º 0.46% 0.51% -
HSV(B) 151.83º 0.61% 0.74% -
XYZ 25.03 39.1 28.78 -
YUV 147.46 120.4 74.89 -
System Red Green Blue C M Y K H S L
Decimal 73 188 134 0.61 0 0.29 0.26 151.83 0.46 0.51
Hex 49 BC 86 3D 0 1D 1A 98 2E 33
Octal 111 274 206 75 0 35 32 230 56 63
Binary 1001001 10111100 10000110 111101 0 11101 11010 10011000 101110 110011

Color Harmonies of #49BC86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BC86

Black with #49BC86

Text Example


Text Example

White with #49BC86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,188,134); }

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

background-color css

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

 a { background-color: rgb(73,188,134); }

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

border-color css

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

 span { border-color: rgb(73,188,134); }

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