#49BC90

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

Shades of Keppel #49BC90

Tints of Keppel #49BC90

Color information

#49BC90 (or 0x49BC90) is unknown color: approx Keppel. HEX triplet: 49, BC and 90. RGB value is (73,188,144). Sum of RGB (Red+Green+Blue) = 73+188+144=405 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.02% from 405); Green value is 188 (73.83% from 255 or 46.42% from 405); Blue value is 144 (56.64% from 255 or 35.56% from 405); Max value from RGB is 188 - color contains mainly: green. Hex color #49BC90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49BC90 is #B6436F. Grayscale: #949494. Windows color (decimal): -11944816 or 9485385. OLE color: 9485385.

HSL color Cylindrical-coordinate representation of color #49BC90: hue angle of 157.04º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49BC90 is Cyan = 0.61, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB73188144-
CMYK0.6100.230.26
HSL157.04º46.18%51.18%-
HSV(B)157.04º61.17%73.73%-
XYZ25.7639.432.63-
YUV148.6125.474.08-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.02%
GREEN value IS 188 (73.83% from 255) = 46.42%
BLUE value IS 144 (56.64% from 255) = 35.56%
R=18.02%
G=46.42%
B=35.56%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal731881440.6100.230.26157.0446.1851.18
Hex49BC903D0171A9d2e33
Octal11127422075027322355663
Binary100100110111100100100001111010101111101010011101101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49BC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,188,144); }

 H1.HeaderClassName
 {
   color: #49BC90;
 }
 .AnyTagClassName
 {
   color: #49BC90;
 }
</style>
background-color css

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

 a { background-color: rgb(73,188,144); }

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

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

 span { border-color: rgb(73,188,144); }

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