#50B992

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

Shades of Keppel #50B992

Tints of Keppel #50B992

Color information

#50B992 (or 0x50B992) is unknown color: approx Keppel. HEX triplet: 50, B9 and 92. RGB value is (80,185,146). Sum of RGB (Red+Green+Blue) = 80+185+146=411 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.46% from 411); Green value is 185 (72.66% from 255 or 45.01% from 411); Blue value is 146 (57.42% from 255 or 35.52% from 411); Max value from RGB is 185 - color contains mainly: green. Hex color #50B992 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50B992 is #AF466D. Grayscale: #959595. Windows color (decimal): -11486830 or 9615696. OLE color: 9615696.

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

Color convert

RGB80185146-
CMYK0.5700.210.27
HSL157.71º42.86%51.96%-
HSV(B)157.71º56.76%72.55%-
XYZ25.8538.4833.26-
YUV149.16126.2178.67-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.46%
GREEN value IS 185 (72.66% from 255) = 45.01%
BLUE value IS 146 (57.42% from 255) = 35.52%
R=19.46%
G=45.01%
B=35.52%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal801851460.5700.210.27157.7142.8651.96
Hex50B992390151B9e2b34
Octal12027122271025332365364
Binary101000010111001100100101110010101011101110011110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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