#50BB96

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

Shades of Keppel #50BB96

Tints of Keppel #50BB96

Color information

#50BB96 (or 0x50BB96) is unknown color: approx Keppel. HEX triplet: 50, BB and 96. RGB value is (80,187,150). Sum of RGB (Red+Green+Blue) = 80+187+150=417 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.18% from 417); Green value is 187 (73.44% from 255 or 44.84% from 417); Blue value is 150 (58.98% from 255 or 35.97% from 417); Max value from RGB is 187 - color contains mainly: green. Hex color #50BB96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BB96 is #AF4469. Grayscale: #969696. Windows color (decimal): -11486314 or 9878352. OLE color: 9878352.

HSL color Cylindrical-coordinate representation of color #50BB96: hue angle of 159.25º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50BB96 is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB80187150-
CMYK0.5700.200.27
HSL159.25º44.03%52.35%-
HSV(B)159.25º57.22%73.33%-
XYZ26.5839.4535.07-
YUV150.79127.5577.51-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.18%
GREEN value IS 187 (73.44% from 255) = 44.84%
BLUE value IS 150 (58.98% from 255) = 35.97%
R=19.18%
G=44.84%
B=35.97%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal801871500.5700.200.27159.2544.0352.35
Hex50BB96390141B9f2c34
Octal12027322671024332375464
Binary101000010111011100101101110010101001101110011111101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,187,150); }

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

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

 a { background-color: rgb(80,187,150); }

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

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

 span { border-color: rgb(80,187,150); }

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