Html Css Color HEX #49BB8B Keppel

📋 copy color: '#49BB8B'

red 73 ◦ green 187 ◦ blue 139

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

Shades of Keppel #49BB8B

Tints of Keppel #49BB8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.84%

R = 18.3%
G = 46.87%
B = 34.84%

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

#49BB8B (or 0x49BB8B) is known color: Keppel. HEX triplet: 49, BB and 8B. RGB value is (73,187,139). Sum of RGB (Red+Green+Blue) = 73+187+139=399 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.30% from 399); Green value is 187 (73.44% from 255 or 46.87% from 399); Blue value is 139 (54.69% from 255 or 34.84% from 399); Max value from RGB is 187 - color contains mainly: green. Hex color #49BB8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49BB8B is #B64474. Grayscale: #939393. Windows color (decimal): -11945077 or 9157449. OLE color: 9157449.

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

Color convert

RGB 73 187 139 -
CMYK 0.61 0 0.26 0.27
HSL 154.74º 0.46% 0.51% -
HSV(B) 154.74º 0.61% 0.73% -
XYZ 25.18 38.82 30.59 -
YUV 147.44 123.23 74.9 -
System Red Green Blue C M Y K H S L
Decimal 73 187 139 0.61 0 0.26 0.27 154.74 0.46 0.51
Hex 49 BB 8B 3D 0 1A 1B 9B 2E 33
Octal 111 273 213 75 0 32 33 233 56 63
Binary 1001001 10111011 10001011 111101 0 11010 11011 10011011 101110 110011

Color Harmonies of #49BB8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BB8B

Black with #49BB8B

Text Example


Text Example

White with #49BB8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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