#49BB8B

Color #49BB8B Keppel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Keppel #49BB8B

Tints of Keppel #49BB8B

Color information

#49BB8B (or 0x49BB8B) is unknown color: approx 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

RGB73187139-
CMYK0.6100.260.27
HSL154.74º45.6%50.98%-
HSV(B)154.74º60.96%73.33%-
XYZ25.1838.8230.59-
YUV147.44123.2374.9-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.30%
GREEN value IS 187 (73.44% from 255) = 46.87%
BLUE value IS 139 (54.69% from 255) = 34.84%
R=18.30%
G=46.87%
B=34.84%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal731871390.6100.260.27154.7445.650.98
Hex49BB8B3D01A1B9b2e33
Octal11127321375032332335663
Binary100100110111011100010111111010110101101110011011101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49BB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>