#50B497

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

Shades of Keppel #50B497

Tints of Keppel #50B497

Color information

#50B497 (or 0x50B497) is unknown color: approx Keppel. HEX triplet: 50, B4 and 97. RGB value is (80,180,151). Sum of RGB (Red+Green+Blue) = 80+180+151=411 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.46% from 411); Green value is 180 (70.70% from 255 or 43.80% from 411); Blue value is 151 (59.38% from 255 or 36.74% from 411); Max value from RGB is 180 - color contains mainly: green. Hex color #50B497 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50B497 is #AF4B68. Grayscale: #929292. Windows color (decimal): -11488105 or 9942096. OLE color: 9942096.

HSL color Cylindrical-coordinate representation of color #50B497: hue angle of 162.6º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #50B497 is Cyan = 0.56, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB80180151-
CMYK0.5600.160.29
HSL162.6º40%50.98%-
HSV(B)162.6º55.56%70.59%-
XYZ25.2236.5835.01-
YUV146.79130.3780.36-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.46%
GREEN value IS 180 (70.70% from 255) = 43.80%
BLUE value IS 151 (59.38% from 255) = 36.74%
R=19.46%
G=43.80%
B=36.74%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal801801510.5600.160.29162.64050.98
Hex50B497380101Da32833
Octal12026422770020352435063
Binary101000010110100100101111110000100001110110100011101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50B497; }

 p { color: rgb(80,180,151); }

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

<style>
 a { background-color: #50B497; }

 a { background-color: rgb(80,180,151); }

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

<style>
 span { border-color: #50B497; }

 span { border-color: rgb(80,180,151); }

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