Html Css Color HEX #49BB91 Keppel

📋 copy color: '#49BB91'

red 73 ◦ green 187 ◦ blue 145

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

Shades of Keppel #49BB91

Tints of Keppel #49BB91

RGB

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

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

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

R = 18.02%
G = 46.17%
B = 35.8%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#49BB91 (or 0x49BB91) is known color: Keppel. HEX triplet: 49, BB and 91. RGB value is (73,187,145). Sum of RGB (Red+Green+Blue) = 73+187+145=405 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.02% from 405); Green value is 187 (73.44% from 255 or 46.17% from 405); Blue value is 145 (57.03% from 255 or 35.80% from 405); Max value from RGB is 187 - color contains mainly: green. Hex color #49BB91 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49BB91 is #B6446E. Grayscale: #949494. Windows color (decimal): -11945071 or 9550665. OLE color: 9550665.

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

Color convert

RGB 73 187 145 -
CMYK 0.61 0 0.22 0.27
HSL 157.89º 0.46% 0.51% -
HSV(B) 157.89º 0.61% 0.73% -
XYZ 25.63 39 32.97 -
YUV 148.13 126.23 74.42 -
System Red Green Blue C M Y K H S L
Decimal 73 187 145 0.61 0 0.22 0.27 157.89 0.46 0.51
Hex 49 BB 91 3D 0 16 1B 9E 2E 33
Octal 111 273 221 75 0 26 33 236 56 63
Binary 1001001 10111011 10010001 111101 0 10110 11011 10011110 101110 110011

Color Harmonies of #49BB91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BB91

Black with #49BB91

Text Example


Text Example

White with #49BB91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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