Html Css Color HEX #49BB8A Emerald

📋 copy color: '#49BB8A'

red 73 ◦ green 187 ◦ blue 138

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

Shades of Emerald #49BB8A

Tints of Emerald #49BB8A

RGB

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

 GREEN value IS 187 (73.44% from 255) = 46.98%

 BLUE value IS 138 (54.3% from 255) = 34.67%

R = 18.34%
G = 46.98%
B = 34.67%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#49BB8A (or 0x49BB8A) is known color: Emerald. HEX triplet: 49, BB and 8A. RGB value is (73,187,138). Sum of RGB (Red+Green+Blue) = 73+187+138=398 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.34% from 398); Green value is 187 (73.44% from 255 or 46.98% from 398); Blue value is 138 (54.30% from 255 or 34.67% from 398); Max value from RGB is 187 - color contains mainly: green. Hex color #49BB8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49BB8A is #B64475. Grayscale: #939393. Windows color (decimal): -11945078 or 9091913. OLE color: 9091913.

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

Color convert

RGB 73 187 138 -
CMYK 0.61 0 0.26 0.27
HSL 154.21º 0.46% 0.51% -
HSV(B) 154.21º 0.61% 0.73% -
XYZ 25.11 38.79 30.21 -
YUV 147.33 122.73 74.98 -
System Red Green Blue C M Y K H S L
Decimal 73 187 138 0.61 0 0.26 0.27 154.21 0.46 0.51
Hex 49 BB 8A 3D 0 1A 1B 9A 2E 33
Octal 111 273 212 75 0 32 33 232 56 63
Binary 1001001 10111011 10001010 111101 0 11010 11011 10011010 101110 110011

Color Harmonies of #49BB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BB8A

Black with #49BB8A

Text Example


Text Example

White with #49BB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,187,138); }

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

background-color css

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

 a { background-color: rgb(73,187,138); }

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

border-color css

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

 span { border-color: rgb(73,187,138); }

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