Html Css Color HEX #49BC88 Emerald

📋 copy color: '#49BC88'

red 73 ◦ green 188 ◦ blue 136

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

Shades of Emerald #49BC88

Tints of Emerald #49BC88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 34.26%

R = 18.39%
G = 47.36%
B = 34.26%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#49BC88 (or 0x49BC88) is known color: Emerald. HEX triplet: 49, BC and 88. RGB value is (73,188,136). Sum of RGB (Red+Green+Blue) = 73+188+136=397 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.39% from 397); Green value is 188 (73.83% from 255 or 47.36% from 397); Blue value is 136 (53.52% from 255 or 34.26% from 397); Max value from RGB is 188 - color contains mainly: green. Hex color #49BC88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49BC88 is #B64377. Grayscale: #939393. Windows color (decimal): -11944824 or 8961097. OLE color: 8961097.

HSL color Cylindrical-coordinate representation of color #49BC88: hue angle of 152.87º 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 #49BC88 is Cyan = 0.61, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB 73 188 136 -
CMYK 0.61 0 0.28 0.26
HSL 152.87º 0.46% 0.51% -
HSV(B) 152.87º 0.61% 0.74% -
XYZ 25.17 39.16 29.52 -
YUV 147.69 121.4 74.73 -
System Red Green Blue C M Y K H S L
Decimal 73 188 136 0.61 0 0.28 0.26 152.87 0.46 0.51
Hex 49 BC 88 3D 0 1C 1A 99 2E 33
Octal 111 274 210 75 0 34 32 231 56 63
Binary 1001001 10111100 10001000 111101 0 11100 11010 10011001 101110 110011

Color Harmonies of #49BC88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BC88

Black with #49BC88

Text Example


Text Example

White with #49BC88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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