#50BB97

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

Shades of Keppel #50BB97

Tints of Keppel #50BB97

Color information

#50BB97 (or 0x50BB97) is unknown color: approx Keppel. HEX triplet: 50, BB and 97. RGB value is (80,187,151). Sum of RGB (Red+Green+Blue) = 80+187+151=418 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.14% from 418); Green value is 187 (73.44% from 255 or 44.74% from 418); Blue value is 151 (59.38% from 255 or 36.12% from 418); Max value from RGB is 187 - color contains mainly: green. Hex color #50BB97 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BB97 is #AF4468. Grayscale: #969696. Windows color (decimal): -11486313 or 9943888. OLE color: 9943888.

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

Color convert

RGB80187151-
CMYK0.5700.190.27
HSL159.81º44.03%52.35%-
HSV(B)159.81º57.22%73.33%-
XYZ26.6639.4835.49-
YUV150.9128.0577.43-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.14%
GREEN value IS 187 (73.44% from 255) = 44.74%
BLUE value IS 151 (59.38% from 255) = 36.12%
R=19.14%
G=44.74%
B=36.12%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal801871510.5700.190.27159.8144.0352.35
Hex50BB97390131Ba02c34
Octal12027322771023332405464
Binary101000010111011100101111110010100111101110100000101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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