#50BB95

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

Shades of Keppel #50BB95

Tints of Keppel #50BB95

Color information

#50BB95 (or 0x50BB95) is unknown color: approx Keppel. HEX triplet: 50, BB and 95. RGB value is (80,187,149). Sum of RGB (Red+Green+Blue) = 80+187+149=416 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.23% from 416); Green value is 187 (73.44% from 255 or 44.95% from 416); Blue value is 149 (58.59% from 255 or 35.82% from 416); Max value from RGB is 187 - color contains mainly: green. Hex color #50BB95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BB95 is #AF446A. Grayscale: #969696. Windows color (decimal): -11486315 or 9812816. OLE color: 9812816.

HSL color Cylindrical-coordinate representation of color #50BB95: hue angle of 158.69º 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 #50BB95 is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB80187149-
CMYK0.5700.200.27
HSL158.69º44.03%52.35%-
HSV(B)158.69º57.22%73.33%-
XYZ26.539.4234.64-
YUV150.67127.0577.59-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.23%
GREEN value IS 187 (73.44% from 255) = 44.95%
BLUE value IS 149 (58.59% from 255) = 35.82%
R=19.23%
G=44.95%
B=35.82%

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
Decimal801871490.5700.200.27158.6944.0352.35
Hex50BB95390141B9f2c34
Octal12027322571024332375464
Binary101000010111011100101011110010101001101110011111101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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