Html Css Color HEX #49BE91 Keppel

📋 copy color: '#49BE91'

red 73 ◦ green 190 ◦ blue 145

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

Shades of Keppel #49BE91

Tints of Keppel #49BE91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 35.54%

R = 17.89%
G = 46.57%
B = 35.54%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#49BE91 (or 0x49BE91) is known color: Keppel. HEX triplet: 49, BE and 91. RGB value is (73,190,145). Sum of RGB (Red+Green+Blue) = 73+190+145=408 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.89% from 408); Green value is 190 (74.61% from 255 or 46.57% from 408); Blue value is 145 (57.03% from 255 or 35.54% from 408); Max value from RGB is 190 - color contains mainly: green. Hex color #49BE91 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49BE91 is #B6416E. Grayscale: #959595. Windows color (decimal): -11944303 or 9551433. OLE color: 9551433.

HSL color Cylindrical-coordinate representation of color #49BE91: hue angle of 156.92º 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 #49BE91 is Cyan = 0.62, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 190 145 -
CMYK 0.62 0 0.24 0.25
HSL 156.92º 0.47% 0.52% -
HSV(B) 156.92º 0.62% 0.75% -
XYZ 26.27 40.29 33.18 -
YUV 149.89 125.24 73.16 -
System Red Green Blue C M Y K H S L
Decimal 73 190 145 0.62 0 0.24 0.25 156.92 0.47 0.52
Hex 49 BE 91 3E 0 18 19 9D 2F 34
Octal 111 276 221 76 0 30 31 235 57 64
Binary 1001001 10111110 10010001 111110 0 11000 11001 10011101 101111 110100

Color Harmonies of #49BE91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BE91

Black with #49BE91

Text Example


Text Example

White with #49BE91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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