#50BB92

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

Shades of Keppel #50BB92

Tints of Keppel #50BB92

Color information

#50BB92 (or 0x50BB92) is unknown color: approx Keppel. HEX triplet: 50, BB and 92. RGB value is (80,187,146). Sum of RGB (Red+Green+Blue) = 80+187+146=413 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.37% from 413); Green value is 187 (73.44% from 255 or 45.28% from 413); Blue value is 146 (57.42% from 255 or 35.35% from 413); Max value from RGB is 187 - color contains mainly: green. Hex color #50BB92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BB92 is #AF446D. Grayscale: #969696. Windows color (decimal): -11486318 or 9616208. OLE color: 9616208.

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

Color convert

RGB80187146-
CMYK0.5700.220.27
HSL157.01º44.03%52.35%-
HSV(B)157.01º57.22%73.33%-
XYZ26.2739.3233.4-
YUV150.33125.5577.83-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.37%
GREEN value IS 187 (73.44% from 255) = 45.28%
BLUE value IS 146 (57.42% from 255) = 35.35%
R=19.37%
G=45.28%
B=35.35%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal801871460.5700.220.27157.0144.0352.35
Hex50BB92390161B9d2c34
Octal12027322271026332355464
Binary101000010111011100100101110010101101101110011101101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BB92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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