Html Css Color HEX #49BE8D Keppel

📋 copy color: '#49BE8D'

red 73 ◦ green 190 ◦ blue 141

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

Shades of Keppel #49BE8D

Tints of Keppel #49BE8D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 47.03%

 BLUE value IS 141 (55.47% from 255) = 34.9%

R = 18.07%
G = 47.03%
B = 34.9%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#49BE8D (or 0x49BE8D) is known color: Keppel. HEX triplet: 49, BE and 8D. RGB value is (73,190,141). Sum of RGB (Red+Green+Blue) = 73+190+141=404 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.07% from 404); Green value is 190 (74.61% from 255 or 47.03% from 404); Blue value is 141 (55.47% from 255 or 34.90% from 404); Max value from RGB is 190 - color contains mainly: green. Hex color #49BE8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49BE8D is #B64172. Grayscale: #959595. Windows color (decimal): -11944307 or 9289289. OLE color: 9289289.

HSL color Cylindrical-coordinate representation of color #49BE8D: hue angle of 154.87º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49BE8D is Cyan = 0.62, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 190 141 -
CMYK 0.62 0 0.26 0.25
HSL 154.87º 0.47% 0.52% -
HSV(B) 154.87º 0.62% 0.75% -
XYZ 25.97 40.17 31.58 -
YUV 149.43 123.24 73.48 -
System Red Green Blue C M Y K H S L
Decimal 73 190 141 0.62 0 0.26 0.25 154.87 0.47 0.52
Hex 49 BE 8D 3E 0 1A 19 9B 2F 34
Octal 111 276 215 76 0 32 31 233 57 64
Binary 1001001 10111110 10001101 111110 0 11010 11001 10011011 101111 110100

Color Harmonies of #49BE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BE8D

Black with #49BE8D

Text Example


Text Example

White with #49BE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,190,141); }

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

background-color css

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

 a { background-color: rgb(73,190,141); }

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

border-color css

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

 span { border-color: rgb(73,190,141); }

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